mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
@@ -20,7 +20,7 @@ class ConnectionMonitorState {
|
||||
|
||||
static setData({ online, data }) {
|
||||
this.online = online;
|
||||
if (data?.version) this.version = data.version;
|
||||
if (data?.updated) this.version = data.updated;
|
||||
if (data?.commit) this.commit = data.commit;
|
||||
if (data?.branch) this.branch = data.branch;
|
||||
if (data?.model) this.model = this.trimModelName(data.model);
|
||||
|
||||
Reference in New Issue
Block a user