Skip to content

Commit ad19f74

Browse files
committed
Update ToggleShelfPaneAction.cs
1 parent 7dc9b5d commit ad19f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ public string Description
1616
public RichGlyph Glyph
1717
=> new(themedIconStyle: "App.ThemedIcons.Shelf");
1818

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

23-
// TODO Remove IsExecutable when feature is ready
23+
// TODO Remove IsExecutable when shelf feature is ready
2424
public bool IsExecutable
2525
=> AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;
2626

0 commit comments

Comments
 (0)