Skip to content

Commit bb2a959

Browse files
committed
Merge branch 'v2.1.15' into 2.1.15-release
2 parents 8e70672 + c821322 commit bb2a959

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)