Skip to content

Commit c821322

Browse files
committed
Update ExperimentalViewModel.cs
1 parent ce4827a commit c821322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/ViewModels/SettingsViewModels/ExperimentalViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private bool DetectIsSetAsOpenFileDialog()
132132

133133
private bool DetectIsSetAsDefaultVisible()
134134
{
135-
if (Package.Current.Id.FamilyName == "FilesUWP_dwm5abbcs5pn0" && !IsSetAsDefaultFileManager)
135+
if (Package.Current.Id.FamilyName == "49306atecsolution.FilesUWP_et10x9a9vyk8t" && !IsSetAsDefaultFileManager)
136136
{
137137
return false;
138138
}

0 commit comments

Comments
 (0)