mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Set default value of AutoRestartAfterChanging to true
This commit is contained in:
parent
0660c4c454
commit
c8753b29ec
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@
|
|||
|
||||
public bool WarnFromUnknownSource { get; set; } = true;
|
||||
|
||||
public bool AutoRestartAfterChanging { get; set; } = false;
|
||||
public bool AutoRestartAfterChanging { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue