We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4827a commit c821322Copy full SHA for c821322
src/Files/ViewModels/SettingsViewModels/ExperimentalViewModel.cs
@@ -132,7 +132,7 @@ private bool DetectIsSetAsOpenFileDialog()
132
133
private bool DetectIsSetAsDefaultVisible()
134
{
135
- if (Package.Current.Id.FamilyName == "FilesUWP_dwm5abbcs5pn0" && !IsSetAsDefaultFileManager)
+ if (Package.Current.Id.FamilyName == "49306atecsolution.FilesUWP_et10x9a9vyk8t" && !IsSetAsDefaultFileManager)
136
137
return false;
138
}
0 commit comments