mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Allow selecting any open database in unlock dialog
* Closes #2322 * Show locked databases in tabbed interface in unlock dialog for browser and auto-type workflows. * Make the DatabaseOpenDialog window Application-Modal so that it blocks input to the main UI when the dialog is open. This reduces corner cases by avoiding the possibility of databases getting closed or unlocked behind the open dialog.
This commit is contained in:
parent
37d29b5e8c
commit
53dcafaa58
6 changed files with 198 additions and 42 deletions
|
@ -151,6 +151,7 @@ signals:
|
|||
void previewSplitterSizesChanged();
|
||||
void entryViewStateChanged();
|
||||
void clearSearch();
|
||||
void requestGlobalAutoType();
|
||||
|
||||
public slots:
|
||||
bool lock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue