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 38083d0 commit 6fe73e5Copy full SHA for 6fe73e5
src/Files.App/Data/Contracts/IAddressToolbarViewModel.cs
@@ -9,6 +9,9 @@ public interface IAddressToolbarViewModel
9
10
public bool IsEditModeEnabled { get; set; }
11
12
+ /// <summary>
13
+ /// Gets or sets the value that indicates whether the command palette is open.
14
+ /// </summary>
15
public bool IsCommandPaletteOpen { get; set; }
16
17
public bool CanRefresh { get; set; }
0 commit comments