mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-25 19:25:39 +01:00
DownloadConfig: fix error message display
This commit is contained in:
parent
1dbf078728
commit
4bb84d98b3
@ -40,7 +40,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
that.$router.replace({
|
that.$router.replace({
|
||||||
name: 'showerr',
|
name: 'showerr',
|
||||||
params: { msg: this.$i18n.t('download_config.error_download_config', { msg: e }) }
|
params: { msg: that.$i18n.t('download_config.error_download_config', { msg: e }) }
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user