aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-09-23 21:49:39 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-09-23 21:49:39 +0000
commit9b1903f4b902a4e9d1aa16888f82d8268c2cf4ef (patch)
tree4840f09cff2b5d43435eedc28d96dccc5daff374 /data
parent05db351e119beb53ffc0046509a022ae9c471f15 (diff)
Add dialogs for hardware key generation UI
The key creation is handed off to the platform implementation. Windows will show its own Windows Security UI. On Unix, the application itself provides the PIN directly, enforcing a minimum of six characters.
Diffstat (limited to 'data')
-rw-r--r--data/ui/options_dialog.ui12
1 files changed, 11 insertions, 1 deletions
diff --git a/data/ui/options_dialog.ui b/data/ui/options_dialog.ui
index 81f94b7..3b6bd00 100644
--- a/data/ui/options_dialog.ui
+++ b/data/ui/options_dialog.ui
@@ -1137,7 +1137,17 @@ Default: 0.</string>
<item>
<widget class="QPushButton" name="key_generate">
<property name="text">
- <string>Generate new key</string>
+ <string>Generate software key</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="key_generate_hw">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Generate hardware key</string>
</property>
</widget>
</item>