We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8f4d4 commit cc45deeCopy full SHA for cc45dee
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -18,6 +18,7 @@ public class Settings : BaseModel
18
public string ColorScheme { get; set; } = "System";
19
public bool ShowOpenResultHotkey { get; set; } = true;
20
public double WindowSize { get; set; } = 580;
21
+ public string PreviewHotkey { get; set; } = $"F1"; // TODO: change to another value
22
23
public string Language
24
{
0 commit comments