Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow selecting any open database in unlock dialog #5427

Merged
merged 2 commits into from
Aug 29, 2021

Commits on Aug 29, 2021

  1. Allow selecting any open database in unlock dialog

    * Closes keepassxreboot#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.
    aswild authored and droidmonkey committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    187f433 View commit details
    Browse the repository at this point in the history
  2. Fix hiding main window after browser unlock request

    * The main window doesn't hide properly during unlock sequence if it is in the background (ie, not minimized and not hidden to tray). This change makes sure the window hides after interaction on all platforms.
    droidmonkey committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    9a4f004 View commit details
    Browse the repository at this point in the history