mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Introduce dialog for long database migrations
This commit is contained in:
committed by
Scott Nonnenberg
parent
30e5051239
commit
750e50812c
7
js/loading_start.js
Normal file
7
js/loading_start.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/* global $ */
|
||||
|
||||
$(() => {
|
||||
'use strict';
|
||||
|
||||
$('.message').text(window.i18n('optimizingApplication'));
|
||||
});
|
||||
Reference in New Issue
Block a user