diff options
author | saturneric <[email protected]> | 2024-01-25 18:04:53 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-25 18:04:53 +0000 |
commit | 7a7dededba9384ac9af85775bdd6b64c890006fa (patch) | |
tree | 585350dcbf0061c06425167e99c82e2be461a902 /src/init.cpp | |
parent | feat: enhance keys searching functions (diff) | |
download | GpgFrontend-7a7dededba9384ac9af85775bdd6b64c890006fa.tar.gz GpgFrontend-7a7dededba9384ac9af85775bdd6b64c890006fa.zip |
feat: enhance gnupg control board
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 2d7760fe..313097a8 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -75,7 +75,7 @@ void InitGlobalPathEnv() { bool use_custom_gnupg_install_path = GlobalSettingStation::GetInstance() .GetSettings() - .value("basic/use_custom_gnupg_install_path", false) + .value("gnupg/use_custom_gnupg_install_path", false) .toBool(); QString custom_gnupg_install_path = |