mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: backup merge
This commit is contained in:
@@ -13,6 +13,7 @@ class DockerStore extends PersistentStore {
|
||||
|
||||
void put(String id, String host) {
|
||||
box.put(id, host);
|
||||
box.updateLastModified();
|
||||
}
|
||||
|
||||
ContainerType getType([String? id]) {
|
||||
@@ -26,5 +27,6 @@ class DockerStore extends PersistentStore {
|
||||
|
||||
void setType(String? id, ContainerType type) {
|
||||
box.put(_keyConfig + (id ?? ''), type.toString());
|
||||
box.updateLastModified();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user