mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 14:17:55 +00:00
change to --no-updates flag
This commit is contained in:
@@ -5,7 +5,6 @@ export interface HostConfig {
|
||||
gameConfig: string | null
|
||||
stashScroll: boolean
|
||||
overlayKey: string
|
||||
disableUpdateDownload: boolean
|
||||
logLevel: string
|
||||
windowTitle: string
|
||||
language: string
|
||||
@@ -42,7 +41,11 @@ export type UpdateInfo =
|
||||
{
|
||||
state: 'initial' | 'checking-for-update'
|
||||
} | {
|
||||
state: 'update-available' | 'update-downloaded'
|
||||
state: 'update-available'
|
||||
version: string
|
||||
noDownloadReason: 'not-supported' | 'disabled-by-flag' | null
|
||||
} | {
|
||||
state: 'update-downloaded'
|
||||
version: string
|
||||
} | {
|
||||
state: 'update-not-available' | 'error'
|
||||
@@ -52,7 +55,6 @@ export type UpdateInfo =
|
||||
export interface HostState {
|
||||
contents: string | null
|
||||
version: string
|
||||
portable: boolean
|
||||
updater: UpdateInfo
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user