mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add preview hotky in settings
This commit is contained in:
parent
4f8f4d41c2
commit
cc45deec8b
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
||||||
public string ColorScheme { get; set; } = "System";
|
public string ColorScheme { get; set; } = "System";
|
||||||
public bool ShowOpenResultHotkey { get; set; } = true;
|
public bool ShowOpenResultHotkey { get; set; } = true;
|
||||||
public double WindowSize { get; set; } = 580;
|
public double WindowSize { get; set; } = 580;
|
||||||
|
public string PreviewHotkey { get; set; } = $"F1"; // TODO: change to another value
|
||||||
|
|
||||||
public string Language
|
public string Language
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue