Skip to content

Commit fa21230

Browse files
Remove todo
1 parent 8566279 commit fa21230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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
21+
public string PreviewHotkey { get; set; } = $"F1";
2222

2323
public string Language
2424
{

0 commit comments

Comments
 (0)