Add preview hotky in settings

This commit is contained in:
Vic 2022-12-22 21:48:37 +08:00
parent 4f8f4d41c2
commit cc45deec8b

View file

@ -18,6 +18,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public string ColorScheme { get; set; } = "System";
public bool ShowOpenResultHotkey { get; set; } = true;
public double WindowSize { get; set; } = 580;
public string PreviewHotkey { get; set; } = $"F1"; // TODO: change to another value
public string Language
{