feat: redesign auto-update component (#910)
This commit is contained in:
committed by
László Monda
parent
12d361eb2e
commit
9a0b0f9df1
@@ -1,4 +0,0 @@
|
||||
export interface AutoUpdateSettings {
|
||||
checkForUpdateOnStartUp: boolean;
|
||||
usePreReleaseUpdate: boolean;
|
||||
}
|
||||
4
packages/uhk-web/src/app/models/update-info.ts
Normal file
4
packages/uhk-web/src/app/models/update-info.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface UpdateInfo {
|
||||
version: string;
|
||||
isPrerelease: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user