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 2634ee8 commit 0681a48Copy full SHA for 0681a48
src/Files.App/ViewModels/ShellViewModel.cs
@@ -1939,7 +1939,7 @@ private void GetDesktopIniFileData()
1939
1940
public void CheckForBackgroundImage()
1941
{
1942
- if (WorkingDirectory == "Home" || WorkingDirectory == "ReleaseNotes" || WorkingDirectory != "Settings")
+ if (WorkingDirectory == "Home" || WorkingDirectory == "ReleaseNotes" || WorkingDirectory == "Settings")
1943
1944
FolderBackgroundImageSource = null;
1945
return;
0 commit comments