mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Disable auto restart after plugin install by default
This commit is contained in:
parent
a88f65aed7
commit
e961ffaa7a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@
|
|||
|
||||
public bool WarnFromUnknownSource { get; set; } = true;
|
||||
|
||||
public bool AutoRestartAfterChanging { get; set; } = true;
|
||||
public bool AutoRestartAfterChanging { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue