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 4ed5515 commit b8003ebCopy full SHA for b8003eb
src/Files.App/Data/Contexts/ContentPage/ContentPageContext.cs
@@ -251,7 +251,7 @@ and not ContentPageTypes.RecycleBin
251
and not ContentPageTypes.ZipFolder
252
and not ContentPageTypes.SearchResults
253
and not ContentPageTypes.MtpDevice
254
- and not ContentPageTypes.ReleaseNotes;
+ and not ContentPageTypes.ReleaseNotes
255
and not ContentPageTypes.Settings;
256
}
257
src/Files.App/Data/Items/LocationItem.cs
@@ -49,7 +49,7 @@ public string Path
49
Path.StartsWith("shell:", StringComparison.OrdinalIgnoreCase) ||
50
Path.EndsWith(ShellLibraryItem.EXTENSION, StringComparison.OrdinalIgnoreCase) ||
51
Path == "Home" ||
52
- Path == "ReleaseNotes"
+ Path == "ReleaseNotes" ||
53
Path == "Settings"
54
? Text
55
: Path;
0 commit comments