mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Ignore focus when checking toolbar state
* Support copy shortcut when in QTextEdit to prevent inadvertently copying password when interacting with those elements.
This commit is contained in:
parent
fb5173cebd
commit
8ae718b747
3 changed files with 12 additions and 11 deletions
|
@ -104,7 +104,6 @@ public:
|
|||
bool isPasswordsHidden() const;
|
||||
void setPasswordsHidden(bool hide);
|
||||
void clearAllWidgets();
|
||||
bool currentEntryHasFocus();
|
||||
bool currentEntryHasTitle();
|
||||
bool currentEntryHasUsername();
|
||||
bool currentEntryHasPassword();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue