Remove todo

This commit is contained in:
VictoriousRaptor 2022-12-26 14:18:38 +08:00 committed by GitHub
parent 8566279e8d
commit fa21230160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +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 PreviewHotkey { get; set; } = $"F1";
public string Language
{