diff options
author | Saturneric <[email protected]> | 2023-03-30 16:06:48 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-03-30 16:06:48 +0000 |
commit | 19dafd545e14ff16cc19a8f2df5b7611c1224ba2 (patch) | |
tree | b609c0c19092ebbeba8cd68816dc3213d3798c81 | |
parent | feat: add an option to use pinentry (diff) | |
download | GpgFrontend-19dafd545e14ff16cc19a8f2df5b7611c1224ba2.tar.gz GpgFrontend-19dafd545e14ff16cc19a8f2df5b7611c1224ba2.zip |
feat: update ui of general settings
-rw-r--r-- | ui/GeneralSettings.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/GeneralSettings.ui b/ui/GeneralSettings.ui index 75aef6b2..668d3396 100644 --- a/ui/GeneralSettings.ui +++ b/ui/GeneralSettings.ui @@ -86,6 +86,13 @@ </widget> </item> <item> + <widget class="QCheckBox" name="usePinentryAsPasswordInputDialogCheckBox"> + <property name="text"> + <string>Use Pinentry as Password Input Dialog</string> + </property> + </widget> + </item> + <item> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> |