new: keepStatusWhenErr

This commit is contained in:
lollipopkit
2024-02-20 10:44:05 +08:00
parent 8fa3a2d0e4
commit 7557bacb60
15 changed files with 78 additions and 0 deletions

View File

@@ -230,6 +230,9 @@ class SettingStore extends PersistentStore {
/// Try to use `sudo` to run docker command
late final containerTrySudo = property('containerTrySudo', true);
/// Keep previous server status when err occurs
late final keepStatusWhenErr = property('keepStatusWhenErr', false);
// Never show these settings for users
//
// ------BEGIN------