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 8566279 commit fa21230Copy full SHA for fa21230
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -18,7 +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
+ public string PreviewHotkey { get; set; } = $"F1";
22
23
public string Language
24
{
0 commit comments