Skip to content

Commit 087a169

Browse files
committed
Fix indent format
1 parent e4b8f12 commit 087a169

File tree

1 file changed

+23
-23
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@ public class Main : IPlugin, ISettingProvider, IPluginI18n
2020
private static readonly string ClassName = nameof(Main);
2121

2222
private readonly Dictionary<string, string> KeywordTitleMappings = new()
23-
{
24-
{"Shutdown", "flowlauncher_plugin_sys_shutdown_computer_cmd"},
25-
{"Restart", "flowlauncher_plugin_sys_restart_computer_cmd"},
26-
{"Restart With Advanced Boot Options", "flowlauncher_plugin_sys_restart_advanced_cmd"},
27-
{"Log Off/Sign Out", "flowlauncher_plugin_sys_log_off_cmd"},
28-
{"Lock", "flowlauncher_plugin_sys_lock_cmd"},
29-
{"Sleep", "flowlauncher_plugin_sys_sleep_cmd"},
30-
{"Hibernate", "flowlauncher_plugin_sys_hibernate_cmd"},
31-
{"Index Option", "flowlauncher_plugin_sys_indexoption_cmd"},
32-
{"Empty Recycle Bin", "flowlauncher_plugin_sys_emptyrecyclebin_cmd"},
33-
{"Open Recycle Bin", "flowlauncher_plugin_sys_openrecyclebin_cmd"},
34-
{"Exit", "flowlauncher_plugin_sys_exit_cmd"},
35-
{"Save Settings", "flowlauncher_plugin_sys_save_all_settings_cmd"},
36-
{"Restart Flow Launcher", "flowlauncher_plugin_sys_restart_cmd"},
37-
{"Settings", "flowlauncher_plugin_sys_setting_cmd"},
38-
{"Reload Plugin Data", "flowlauncher_plugin_sys_reload_plugin_data_cmd"},
39-
{"Check For Update", "flowlauncher_plugin_sys_check_for_update_cmd"},
40-
{"Open Log Location", "flowlauncher_plugin_sys_open_log_location_cmd"},
41-
{"Flow Launcher Tips", "flowlauncher_plugin_sys_open_docs_tips_cmd"},
42-
{"Flow Launcher UserData Folder", "flowlauncher_plugin_sys_open_userdata_location_cmd"},
43-
{"Toggle Game Mode", "flowlauncher_plugin_sys_toggle_game_mode_cmd"},
44-
{"Set Flow Launcher Theme", "flowlauncher_plugin_sys_theme_selector_cmd"}
45-
};
23+
{
24+
{"Shutdown", "flowlauncher_plugin_sys_shutdown_computer_cmd"},
25+
{"Restart", "flowlauncher_plugin_sys_restart_computer_cmd"},
26+
{"Restart With Advanced Boot Options", "flowlauncher_plugin_sys_restart_advanced_cmd"},
27+
{"Log Off/Sign Out", "flowlauncher_plugin_sys_log_off_cmd"},
28+
{"Lock", "flowlauncher_plugin_sys_lock_cmd"},
29+
{"Sleep", "flowlauncher_plugin_sys_sleep_cmd"},
30+
{"Hibernate", "flowlauncher_plugin_sys_hibernate_cmd"},
31+
{"Index Option", "flowlauncher_plugin_sys_indexoption_cmd"},
32+
{"Empty Recycle Bin", "flowlauncher_plugin_sys_emptyrecyclebin_cmd"},
33+
{"Open Recycle Bin", "flowlauncher_plugin_sys_openrecyclebin_cmd"},
34+
{"Exit", "flowlauncher_plugin_sys_exit_cmd"},
35+
{"Save Settings", "flowlauncher_plugin_sys_save_all_settings_cmd"},
36+
{"Restart Flow Launcher", "flowlauncher_plugin_sys_restart_cmd"},
37+
{"Settings", "flowlauncher_plugin_sys_setting_cmd"},
38+
{"Reload Plugin Data", "flowlauncher_plugin_sys_reload_plugin_data_cmd"},
39+
{"Check For Update", "flowlauncher_plugin_sys_check_for_update_cmd"},
40+
{"Open Log Location", "flowlauncher_plugin_sys_open_log_location_cmd"},
41+
{"Flow Launcher Tips", "flowlauncher_plugin_sys_open_docs_tips_cmd"},
42+
{"Flow Launcher UserData Folder", "flowlauncher_plugin_sys_open_userdata_location_cmd"},
43+
{"Toggle Game Mode", "flowlauncher_plugin_sys_toggle_game_mode_cmd"},
44+
{"Set Flow Launcher Theme", "flowlauncher_plugin_sys_theme_selector_cmd"}
45+
};
4646
private readonly Dictionary<string, string> KeywordDescriptionMappings = [];
4747

4848
// SHTDN_REASON_MAJOR_OTHER indicates a generic shutdown reason that isn't categorized under hardware failure,

0 commit comments

Comments
 (0)