-
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
DevToys shouldn't register itself as a file picker #746
Comments
@veler I believe you are confusing the FileOpenPicker API with the Windows extension. The FileOpenPicker API that you are using throughout the app allows users to pick any file because you have correctly set FileOpenPicker.FileTypeFilter.Add("*"). Totally unrelated, the Windows extension exists so when users open a file picker from another app, they can select an app as if it were a folder and the app provides a file. Declaring #747 should be merged. Users will still be able to open any file in DevToys, and they won’t see a broken DevToys entry cluttering other file pickers. As you can see, any kind of file can still be opened in DevToys without that declaration. |
Remove from the manifest:
The text was updated successfully, but these errors were encountered: