Skip to content

Commit b717636

Browse files
committed
Update ToggleShelfPaneAction.cs
1 parent 428901e commit b717636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Actions/Show/ToggleShelfPaneAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public RichGlyph Glyph
1818

1919
// TODO Remove IsAccessibleGlobally when feature is ready
2020
public bool IsAccessibleGlobally
21-
=> AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;;
21+
=> AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;
2222

2323
public bool IsExecutable
2424
=> AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;

0 commit comments

Comments
 (0)