Skip to content

Commit b2b9f7c

Browse files
committed
Add toggle game mode command
Signed-off-by: Florian Grabmeier <[email protected]>
1 parent 0af311f commit b2b9f7c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String>
2727
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String>
2828
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String>
29+
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String>
2930

3031
<!-- Command Descriptions -->
3132
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ public void Init(PluginInitContext context)
123123
{"Check For Update", "flowlauncher_plugin_sys_check_for_update_cmd"},
124124
{"Open Log Location", "flowlauncher_plugin_sys_open_log_location_cmd"},
125125
{"Flow Launcher Tips", "flowlauncher_plugin_sys_open_docs_tips_cmd"},
126-
{"Flow Launcher UserData Folder", "flowlauncher_plugin_sys_open_userdata_location_cmd"}
126+
{"Flow Launcher UserData Folder", "flowlauncher_plugin_sys_open_userdata_location_cmd"},
127+
{"Toggle Game Mode", "flowlauncher_plugin_sys_toggle_game_mode_cmd"}
127128
};
128129
}
129130

0 commit comments

Comments
 (0)