mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add toggle game mode command
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
This commit is contained in:
parent
0af311f80c
commit
b2b9f7caa5
2 changed files with 3 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String>
|
||||||
|
|
||||||
<!-- Command Descriptions -->
|
<!-- Command Descriptions -->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,8 @@ namespace Flow.Launcher.Plugin.Sys
|
||||||
{"Check For Update", "flowlauncher_plugin_sys_check_for_update_cmd"},
|
{"Check For Update", "flowlauncher_plugin_sys_check_for_update_cmd"},
|
||||||
{"Open Log Location", "flowlauncher_plugin_sys_open_log_location_cmd"},
|
{"Open Log Location", "flowlauncher_plugin_sys_open_log_location_cmd"},
|
||||||
{"Flow Launcher Tips", "flowlauncher_plugin_sys_open_docs_tips_cmd"},
|
{"Flow Launcher Tips", "flowlauncher_plugin_sys_open_docs_tips_cmd"},
|
||||||
{"Flow Launcher UserData Folder", "flowlauncher_plugin_sys_open_userdata_location_cmd"}
|
{"Flow Launcher UserData Folder", "flowlauncher_plugin_sys_open_userdata_location_cmd"},
|
||||||
|
{"Toggle Game Mode", "flowlauncher_plugin_sys_toggle_game_mode_cmd"}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue