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 7dc9b5d commit ad19f74Copy full SHA for ad19f74
src/Files.App/Actions/Show/ToggleShelfPaneAction.cs
@@ -16,11 +16,11 @@ public string Description
16
public RichGlyph Glyph
17
=> new(themedIconStyle: "App.ThemedIcons.Shelf");
18
19
- // TODO Remove IsAccessibleGlobally when feature is ready
+ // TODO Remove IsAccessibleGlobally when shelf feature is ready
20
public bool IsAccessibleGlobally
21
=> AppLifecycleHelper.AppEnvironment is AppEnvironment.Dev;
22
23
- // TODO Remove IsExecutable when feature is ready
+ // TODO Remove IsExecutable when shelf feature is ready
24
public bool IsExecutable
25
26
0 commit comments