mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-23 16:45:27 +01:00
opt.: tag switcher
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 672;
|
||||
static const String engine = "3.16.2";
|
||||
static const String buildAt = "2023-12-11 11:40:12";
|
||||
static const int modifications = 3;
|
||||
static const int build = 674;
|
||||
static const String engine = "3.16.3";
|
||||
static const String buildAt = "2023-12-12 18:14:36";
|
||||
static const int modifications = 29;
|
||||
static const int script = 31;
|
||||
}
|
||||
|
||||
@@ -51,10 +51,10 @@ class SettingStore extends PersistentStore {
|
||||
property('diskIgnorePath', Defaults.diskIgnorePath);
|
||||
|
||||
/// Use double column servers page on Desktop
|
||||
late final doubleColumnServersPage = property(
|
||||
'doubleColumnServersPage',
|
||||
isDesktop,
|
||||
);
|
||||
// late final doubleColumnServersPage = property(
|
||||
// 'doubleColumnServersPage',
|
||||
// isDesktop,
|
||||
// );
|
||||
|
||||
/// Disk view: amount / IO
|
||||
late final serverTabPreferDiskAmount = property(
|
||||
|
||||
Reference in New Issue
Block a user