diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index 1c84c5fb4..b56989e7d 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -204,10 +204,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings // This needs to be loaded last by staying at the bottom public PluginsSettings PluginSettings { get; set; } = new PluginsSettings(); - internal ObservableCollection ShortCuts { get; set; } = new() - { - ("spp", "sp play") - }; + internal ObservableCollection ShortCuts { get; set; } = new(); } public enum LastQueryMode @@ -263,4 +260,4 @@ namespace Flow.Launcher.Infrastructure.UserSettings return new ShortCutModel(value.Key, value.Value); } } -} \ No newline at end of file +}