diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-09-23 21:49:39 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-09-23 21:49:39 +0000 |
| commit | 9b1903f4b902a4e9d1aa16888f82d8268c2cf4ef (patch) | |
| tree | 4840f09cff2b5d43435eedc28d96dccc5daff374 /src/widgets/aooptionsdialog.h | |
| parent | 05db351e119beb53ffc0046509a022ae9c471f15 (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 'src/widgets/aooptionsdialog.h')
| -rw-r--r-- | src/widgets/aooptionsdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
