diff options
Diffstat (limited to '')
-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 313097a8..76c1fd4c 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -81,7 +81,7 @@ void InitGlobalPathEnv() { QString custom_gnupg_install_path = GlobalSettingStation::GetInstance() .GetSettings() - .value("basic/custom_gnupg_install_path") + .value("gnupg/custom_gnupg_install_path") .toString(); // add custom gnupg install path into env $PATH |