-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Introduce security option to enable copy on doubleclick #6433
Introduce security option to enable copy on doubleclick #6433
Conversation
Introduces a checkbox in the security section of the preferences to enable the current feature (now disabled by default) of copying DatabaseView entries columns, such as username and password, on double click. Addresses issue #1575.
Any ideas on how to test this? |
Just test manually, this is low impact and automated tests involve timing and other crap that regularly breaks testing in CI |
Then this one should be ready to go if it passes the CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Elegant!
Need to run |
Sorry, I guess my clangd plugin is misconfigured |
Could also just be a different version. Make sure you have the latest. |
…ot#6433) * Fix keepassxreboot#1575 - option is disabled by default
…ot#6433) * Fix keepassxreboot#1575 - option is disabled by default
…ot#6433) * Fix keepassxreboot#1575 - option is disabled by default
…ot#6433) * Fix keepassxreboot#1575 - option is disabled by default
Introduces a checkbox in the security section of the preferences to enable the
current feature (now disabled by default) of copying DatabaseView entries
columns, such as username and password, on double click. Addresses issue #1575.
Screenshots
Testing strategy
Figuring this out
Type of change