Skip to content

Commit 365155c

Browse files
committed
Plugins: System Commands: Fix regression
1 parent 2fba709 commit 365155c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Settings.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ public Settings()
5959
{
6060
Key = "Open Recycle Bin",
6161
Keyword = "Open Recycle Bin"
62-
}
62+
},
63+
new()
64+
{
65+
Key = "Toggle Game Mode",
66+
Keyword = "Toggle Game Mode"
67+
},
6368
};
6469

6570
[JsonIgnore]

0 commit comments

Comments
 (0)