diff options
author | saturneric <[email protected]> | 2024-01-08 09:26:41 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-08 09:26:41 +0000 |
commit | 5222a2fd1ba372f6eb67dc8fa71e334f1ff10bbb (patch) | |
tree | 7a868b8f56986083d5e0aa4c64cb74c34cdbf73f /ui/GeneralSettings.ui | |
parent | feat: remove save keys checked function (diff) | |
download | GpgFrontend-5222a2fd1ba372f6eb67dc8fa71e334f1ff10bbb.tar.gz GpgFrontend-5222a2fd1ba372f6eb67dc8fa71e334f1ff10bbb.zip |
fix: solve compile issue
Diffstat (limited to 'ui/GeneralSettings.ui')
-rw-r--r-- | ui/GeneralSettings.ui | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/GeneralSettings.ui b/ui/GeneralSettings.ui index f5f8271b..958b956a 100644 --- a/ui/GeneralSettings.ui +++ b/ui/GeneralSettings.ui @@ -25,13 +25,6 @@ <item row="0" column="0"> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QCheckBox" name="saveCheckedKeysCheckBox"> - <property name="text"> - <string>Save checked keys in Key ToolBox on exit and restore them on next start.</string> - </property> - </widget> - </item> - <item> <widget class="QCheckBox" name="clearGpgPasswordCacheCheckBox"> <property name="text"> <string>Clear gpg password cache when closing GpgFrontend.</string> |