Skip to content

Commit cc45dee

Browse files
Add preview hotky in settings
1 parent 4f8f4d4 commit cc45dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class Settings : BaseModel
1818
public string ColorScheme { get; set; } = "System";
1919
public bool ShowOpenResultHotkey { get; set; } = true;
2020
public double WindowSize { get; set; } = 580;
21+
public string PreviewHotkey { get; set; } = $"F1"; // TODO: change to another value
2122

2223
public string Language
2324
{

0 commit comments

Comments
 (0)