1.1.2
This commit is contained in:
@@ -3,6 +3,8 @@ export class DownloadProgress {
|
||||
public version: string,
|
||||
public progress: number,
|
||||
public failed: boolean,
|
||||
public queued: boolean
|
||||
public queued: boolean,
|
||||
public hash_checking: boolean,
|
||||
public finishing: boolean
|
||||
) { }
|
||||
}
|
||||
|
||||
@@ -2,9 +2,8 @@ export interface GameVersion {
|
||||
id: string
|
||||
versionName: string
|
||||
releaseDate: number
|
||||
downloadUrls: string[]
|
||||
platforms: string[]
|
||||
executables: string[]
|
||||
game: number
|
||||
place: number
|
||||
downloadUrl: string
|
||||
executable: string
|
||||
sha512sum: string
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
export class SettingsType {
|
||||
constructor(
|
||||
public allowNotifications: boolean = true,
|
||||
public alwaysShowGamesInSidebar: boolean = true,
|
||||
public useWineOnUnixWhenNeeded: boolean = false,
|
||||
public wineOnUnixCommand: string = 'wine %path%'
|
||||
public alwaysShowGamesInSidebar: boolean = true
|
||||
) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user