From 9b1903f4b902a4e9d1aa16888f82d8268c2cf4ef Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Wed, 23 Sep 2026 21:49:39 +0000 Subject: 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. --- data/ui/options_dialog.ui | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'data') 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. - Generate new key + Generate software key + + + + + + + false + + + Generate hardware key -- cgit