From 5222a2fd1ba372f6eb67dc8fa71e334f1ff10bbb Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 8 Jan 2024 17:26:41 +0800 Subject: fix: solve compile issue --- src/ui/dialog/settings/SettingsGeneral.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui/dialog/settings/SettingsGeneral.cpp') diff --git a/src/ui/dialog/settings/SettingsGeneral.cpp b/src/ui/dialog/settings/SettingsGeneral.cpp index dd326567..174c9c39 100644 --- a/src/ui/dialog/settings/SettingsGeneral.cpp +++ b/src/ui/dialog/settings/SettingsGeneral.cpp @@ -48,8 +48,6 @@ GeneralTab::GeneralTab(QWidget* parent) ui_->setupUi(this); ui_->cacheBox->setTitle(_("Cache")); - ui_->saveCheckedKeysCheckBox->setText( - _("Save checked private keys on exit and restore them on next start.")); ui_->clearGpgPasswordCacheCheckBox->setText( _("Clear gpg password cache when closing GpgFrontend.")); ui_->restoreTextEditorPageCheckBox->setText( -- cgit v1.2.3