-
Notifications
You must be signed in to change notification settings - Fork 35
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
Fixed #392 : Added an option to disable SSH key decryption progress bar #395
Changes from 1 commit
3fa56f3
f98399d
1a72316
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,10 @@ tab. | |
external key files linked to password entries are missing. This option | ||
is useful when you use the same KeePass database on multiple computers. | ||
|
||
|
||
- **Disable SSH key decryption progress bar**: (default: disabled) Do not | ||
show a progress bar during SSH key decryption process. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it would be helpful to mention that the UI will still be frozen/unresponsive while the keys are being decrypted. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dlech , done |
||
|
||
**Agent Mode Options** (no effect in *Client* mode) | ||
|
||
These options only affect KeeAgent when running in *Agent* mode. | ||
|
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.
Instead of passing the entire extension, can we just have a boolean parameter for enabling/disabling UI?
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.
@dlech , sure