diff options
author | saturneric <[email protected]> | 2024-07-26 10:01:34 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-26 10:08:07 +0000 |
commit | 09f6952d0a965f5dc29c8ca602bf49e3dc7f81fd (patch) | |
tree | 65dc5adb6ba997c4ec98bb3616cb594a638967dc /src | |
parent | fix: Qt6CoreConfigureFileTemplate.in does not exist (diff) | |
download | GpgFrontend-09f6952d0a965f5dc29c8ca602bf49e3dc7f81fd.tar.gz GpgFrontend-09f6952d0a965f5dc29c8ca602bf49e3dc7f81fd.zip |
fix: solve the wayland issue of flatpak and fix urls at appstream meta file
cause: QApplication inadvertently initialised twice
Diffstat (limited to 'src')
-rw-r--r-- | src/init.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.cpp b/src/init.cpp index b3156d1f..da89be1f 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -122,9 +122,6 @@ void InitGlobalBasicEnv(const GFCxtWPtr &p_ctx, bool gui_mode) { // change path to search for related InitGlobalPathEnv(); - // init application - ctx->InitApplication(); - // should load module system first Module::ModuleInitArgs module_init_args; module_init_args.log_level = ctx->log_level; |