Skip to content

Commit 6fe73e5

Browse files
authored
Update IAddressToolbarViewModel.cs
1 parent 38083d0 commit 6fe73e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/Data/Contracts/IAddressToolbarViewModel.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ public interface IAddressToolbarViewModel
99

1010
public bool IsEditModeEnabled { get; set; }
1111

12+
/// <summary>
13+
/// Gets or sets the value that indicates whether the command palette is open.
14+
/// </summary>
1215
public bool IsCommandPaletteOpen { get; set; }
1316

1417
public bool CanRefresh { get; set; }

0 commit comments

Comments
 (0)