mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove testing code
This commit is contained in:
parent
806720d611
commit
609e8e815c
1 changed files with 2 additions and 5 deletions
|
|
@ -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<ShortCutModel> ShortCuts { get; set; } = new()
|
||||
{
|
||||
("spp", "sp play")
|
||||
};
|
||||
internal ObservableCollection<ShortCutModel> ShortCuts { get; set; } = new();
|
||||
}
|
||||
|
||||
public enum LastQueryMode
|
||||
|
|
@ -263,4 +260,4 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
return new ShortCutModel(value.Key, value.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue