mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +01:00
Fix failing to launch on missing arg
This commit is contained in:
@@ -179,6 +179,10 @@ export class Main extends React.Component<IProps, IState> {
|
|||||||
const updatedConfig = await getConfigOption('patch_rsa')
|
const updatedConfig = await getConfigOption('patch_rsa')
|
||||||
await setConfigOption('patch_rsa', updatedConfig)
|
await setConfigOption('patch_rsa', updatedConfig)
|
||||||
|
|
||||||
|
// Update launch args to allow launching when updating from old versions
|
||||||
|
await setConfigOption('launch_args', await getConfigOption('launch_args'))
|
||||||
|
|
||||||
|
if (!(await getConfigOption('offline_mode'))) {
|
||||||
// Get latest version and compare to this version
|
// Get latest version and compare to this version
|
||||||
const latestVersion: {
|
const latestVersion: {
|
||||||
tag_name: string
|
tag_name: string
|
||||||
@@ -207,6 +211,7 @@ export class Main extends React.Component<IProps, IState> {
|
|||||||
})
|
})
|
||||||
}, 6000)
|
}, 6000)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Period check to only show progress bar when downloading files
|
// Period check to only show progress bar when downloading files
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user