aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 0ba65117..0804d64e 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -79,6 +79,9 @@ auto StartApplication(const GFCxtWPtr& p_ctx) -> int {
// load module's translations
GpgFrontend::UI::InitModulesTranslations();
+
+
+
// finally create main window
return_from_event_loop_code = GpgFrontend::UI::RunGpgFrontendUI(app);