-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add support for Bitlocker #1159
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
Conversation
@gave92 This is great work! I made a few suggestions in order to improve the PR, once those are resolved we will merge the pull request. |
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.
The dialog should be declared in App.cs the same way the other dialogs are.
Please, resolve conflicts. |
I can ask for pw again if the drive does not unlock. Currently you have to click on the sidebar item again to get prompted for pw again. |
@yaichenbaum please wait before merging. There's a bug I need to fix :) |
@yaichenbaum ok should be good now.
|
Changed dialog title & text
Added shield icon on dialog Show dialog on wrong pw
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.
And check for duplicated changes between your PR's.
Fixes #1047
This PR adds support for bitlocker drives.
When the user clicks on a drive on the sidebar, this PR:
Some testing on a pc different from mine is probably in order 😄