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 428901e commit b717636Copy full SHA for b717636
src/Files.App/Actions/Show/ToggleShelfPaneAction.cs
@@ -18,7 +18,7 @@ public RichGlyph Glyph
18
19
// TODO Remove IsAccessibleGlobally when feature is ready
20
public bool IsAccessibleGlobally
21
- => AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;;
+ => AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;
22
23
public bool IsExecutable
24
=> AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;
0 commit comments