aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/KeyServerImportTask.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-08-05 16:31:08 +0000
committersaturneric <[email protected]>2024-08-05 16:31:08 +0000
commita11655ce47e778b2b449938651257c7c863b3174 (patch)
tree2ebd24f7bc455fc081170a1d6a31c77a590bc170 /src/ui/thread/KeyServerImportTask.cpp
parentfix: custom key database feature not working (diff)
downloadGpgFrontend-a11655ce47e778b2b449938651257c7c863b3174.tar.gz
GpgFrontend-a11655ce47e778b2b449938651257c7c863b3174.zip
fix: key server adding or switching is actually not working
Diffstat (limited to 'src/ui/thread/KeyServerImportTask.cpp')
-rw-r--r--src/ui/thread/KeyServerImportTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/thread/KeyServerImportTask.cpp b/src/ui/thread/KeyServerImportTask.cpp
index 0abeb944..4a1b0e13 100644
--- a/src/ui/thread/KeyServerImportTask.cpp
+++ b/src/ui/thread/KeyServerImportTask.cpp
@@ -42,7 +42,7 @@ GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask(
HoldOnLifeCycle(true);
if (keyserver_url_.isEmpty()) {
- KeyServerSO key_server(SettingsObject("general_settings_state"));
+ KeyServerSO key_server(SettingsObject("key_server"));
keyserver_url_ = key_server.GetTargetServer();
}
}