File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Plugins/Flow.Launcher.Plugin.Sys Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 26
26
<system : String x : Key =" flowlauncher_plugin_sys_open_log_location_cmd" >Open Log Location</system : String >
27
27
<system : String x : Key =" flowlauncher_plugin_sys_open_docs_tips_cmd" >Flow Launcher Tips</system : String >
28
28
<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 >
29
30
30
31
<!-- Command Descriptions -->
31
32
<system : String x : Key =" flowlauncher_plugin_sys_shutdown_computer" >Shutdown Computer</system : String >
Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ public void Init(PluginInitContext context)
123
123
{ "Check For Update" , "flowlauncher_plugin_sys_check_for_update_cmd" } ,
124
124
{ "Open Log Location" , "flowlauncher_plugin_sys_open_log_location_cmd" } ,
125
125
{ "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" }
127
128
} ;
128
129
}
129
130
You can’t perform that action at this time.
0 commit comments