auto check for update on init

This commit is contained in:
Matt Hill
2021-01-15 16:35:39 -07:00
committed by Aiden McClelland
parent 792a5cc429
commit 0c7eae7333
6 changed files with 109 additions and 23 deletions

View File

@@ -106,6 +106,7 @@ export class ServerModel {
ssh: [],
notifications: [],
welcomeAck: true,
autoCheckUpdates: true,
})
}
}
@@ -124,6 +125,7 @@ export interface S9Server {
ssh: SSHFingerprint[]
notifications: S9Notification[]
welcomeAck: boolean
autoCheckUpdates: boolean
}
export interface S9Notification {