Skip to content

Commit 1356ae8

Browse files
committed
Update HotKeyCollection.cs
1 parent 8b771c6 commit 1356ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Data/Commands/HotKey/HotKeyCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public string LocalizedLabel
5858

5959
public HotKeyCollection()
6060
{
61-
hotKeys = ImmutableArray<HotKey>.Empty;
61+
hotKeys = [];
6262
}
6363

6464
public HotKeyCollection(params HotKey[] hotKeys)

0 commit comments

Comments
 (0)