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. --- src/widgets/aooptionsdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/aooptionsdialog.h') diff --git a/src/widgets/aooptionsdialog.h b/src/widgets/aooptionsdialog.h index bc9f282..bd1ca0d 100644 --- a/src/widgets/aooptionsdialog.h +++ b/src/widgets/aooptionsdialog.h @@ -126,6 +126,7 @@ private: // The keyring tab QPushButton *ui_key_generate; + QPushButton *ui_key_generate_hw; QPushButton *ui_key_delete; QTableView *ui_keyring_table; -- cgit