diff options
author | Saturneric <[email protected]> | 2021-07-06 02:56:19 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-06 02:56:19 +0000 |
commit | cdaee767e93430a3495a2140ad6f81698d3458ba (patch) | |
tree | d1c1fc6a55daff71b66c80e99a96909d2c16c45a /src/MainWindow.cpp | |
parent | Edit Project Configuration (diff) | |
download | GpgFrontend-cdaee767e93430a3495a2140ad6f81698d3458ba.tar.gz GpgFrontend-cdaee767e93430a3495a2140ad6f81698d3458ba.zip |
Fix issues.
Improve UI.
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r-- | src/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index a59bd01d..35890a47 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -29,7 +29,7 @@ MainWindow::MainWindow() settings(RESOURCE_DIR(appPath) + "/conf/gpgfrontend.ini", QSettings::IniFormat) { - auto waitingDialog = new WaitingDialog(this); + auto waitingDialog = new WaitingDialog("Loading", this); auto ctx_thread = QThread::create([&]() { mCtx = new GpgME::GpgContext(); }); |