Merge pull request #3540 from Flow-Launcher/auto_start

Disable auto restart after plugin install by default
This commit is contained in:
Jack Ye 2025-05-13 16:09:53 +08:00 committed by GitHub
commit 4b8bd92258
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,6 @@
public bool WarnFromUnknownSource { get; set; } = true;
public bool AutoRestartAfterChanging { get; set; } = true;
public bool AutoRestartAfterChanging { get; set; } = false;
}
}