"Reopen database" shortcut#2767
Conversation
|
keepassxc-browser/keepassxc-browser/content/keepassxc-browser.js Lines 649 to 664 in 8c3df94 This function is blocked by the This can be fixed by adding keepassxc-browser/keepassxc-browser/content/banner.js Lines 370 to 384 in 8c3df94 Is it necessary to introduce a new function/parameter to separate the manual request from the user? kpxc.retrieveCredentials = async function(force = false, manualRequest = false) {...} |
The check should probably be: But.. maybe this could be solved in another PR. |
Now the keyboard shortcut uses the
#reopen-database-buttonfunctionality frompopup.js⇒ no credential extraction is required.Fixes #2766
Screenshots or videos
Testing strategy
Manually
Type of change