mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove todo
This commit is contained in:
parent
8566279e8d
commit
fa21230160
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue