new: auto refresh container page

This commit is contained in:
lollipopkit
2024-02-20 15:16:40 +08:00
parent 813cfb56a2
commit f4bf7a4d5e
3 changed files with 23 additions and 5 deletions

View File

@@ -236,6 +236,9 @@ class SettingStore extends PersistentStore {
/// Parse container stat
late final containerParseStat = property('containerParseStat', true);
/// Auto refresh container status
late final contaienrAutoRefresh = property('contaienrAutoRefresh', true);
// Never show these settings for users
//
// ------BEGIN------