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 adc48c1 commit 6405d7dCopy full SHA for 6405d7d
src/Files.App/ViewModels/MainPageViewModel.cs
@@ -77,7 +77,7 @@ public bool ShouldPreviewPaneBeDisplayed
77
}
78
79
public bool ShowShelfPane
80
- => GeneralSettingsService.ShowShelfPane;
+ => GeneralSettingsService.ShowShelfPane && AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;
81
82
public Stretch AppThemeBackgroundImageFit
83
=> AppearanceSettingsService.AppThemeBackgroundImageFit;
0 commit comments