-
Notifications
You must be signed in to change notification settings - Fork 337
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
Refactor Win32 file dialog API #2492
Conversation
@@ -7,3 +7,14 @@ List of common controls that are generic, customizable and reusable from all pag | |||
|
|||
## Controls | |||
- [CloseButton](./CloseButton.md) | |||
|
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.
❤️ docs
@joadoumie Let's use this -- doesn't matter in widgets which can't run as admin, but potentially someone could use the AC picker somewhere else. |
This is just to replace the file picker for #2477? |
I haven't really looked into it yet, but if it makes sense we should use this new, admin-safe API when we launch the file picker from AC. |
Summary of the pull request
Added support for file dialogs using win32 API:
This PR also replaces the folder picker usage in Repo and Dev Drive pages preventing the app from crashing in admin mode
References and relevant issues
Detailed description of the pull request / Additional comments
Validation steps performed
PR checklist