aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/settings/SettingsNetwork.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-03 16:30:50 +0000
committersaturneric <[email protected]>2024-05-03 16:30:50 +0000
commit30096c94566cedc4049157611c068f8b097e53fb (patch)
treeedfb1d3a03b1bbd4fe9c15c5af193c38f66993e8 /src/ui/dialog/settings/SettingsNetwork.cpp
parentfeat: add different icons (diff)
downloadGpgFrontend-30096c94566cedc4049157611c068f8b097e53fb.tar.gz
GpgFrontend-30096c94566cedc4049157611c068f8b097e53fb.zip
fix: "auto-key-retrieve" instead of "auto-key-import"
Diffstat (limited to 'src/ui/dialog/settings/SettingsNetwork.cpp')
-rw-r--r--src/ui/dialog/settings/SettingsNetwork.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/settings/SettingsNetwork.cpp b/src/ui/dialog/settings/SettingsNetwork.cpp
index a923e5a2..2fb35084 100644
--- a/src/ui/dialog/settings/SettingsNetwork.cpp
+++ b/src/ui/dialog/settings/SettingsNetwork.cpp
@@ -97,7 +97,6 @@ GpgFrontend::UI::NetworkTab::NetworkTab(QWidget *parent)
ui_->networkAbilityTipsLabel->setText(
tr("Tips: These Option Changes take effect only after the "
"application restart."));
-
SetSettings();
}