diff options
author | saturneric <[email protected]> | 2024-07-26 10:01:34 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-26 10:01:34 +0000 |
commit | 8e70452cbedb5580161ca041f2d61bbd0cfa1524 (patch) | |
tree | b2305a9aecd48e24f034c0f550335147c2b15381 /src/init.cpp | |
parent | Merge pull request #148 from saturneric/develop (diff) | |
download | GpgFrontend-8e70452cbedb5580161ca041f2d61bbd0cfa1524.tar.gz GpgFrontend-8e70452cbedb5580161ca041f2d61bbd0cfa1524.zip |
fix: solve the wayland issue of flatpak and fix urls at appstream meta file
cause: QApplication inadvertently initialised twice
Diffstat (limited to 'src/init.cpp')
-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; |