diff options
author | saturneric <[email protected]> | 2024-05-03 16:30:50 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-03 16:30:50 +0000 |
commit | 30096c94566cedc4049157611c068f8b097e53fb (patch) | |
tree | edfb1d3a03b1bbd4fe9c15c5af193c38f66993e8 /src/ui/dialog/settings/SettingsNetwork.cpp | |
parent | feat: add different icons (diff) | |
download | GpgFrontend-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.cpp | 1 |
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(); } |