windows: Add file dialog using IFileOpenDialog (#8919)

Release Notes:

- Added a file dialog for Windows
This commit is contained in:
Jason Wen 2024-03-08 20:07:48 -08:00 committed by GitHub
parent d4ec78f328
commit 456efb53ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 77 additions and 9 deletions

3
.gitignore vendored
View file

@ -22,4 +22,5 @@ DerivedData/
**/*.db
.pytest_cache
.venv
.blob_store
.blob_store
.vscode