Fix setLzManual not called when lang changes after startup
This commit is contained in:
parent
a2f9ceda54
commit
1afbeb33fc
1 changed files with 1 additions and 0 deletions
|
@ -344,6 +344,7 @@ const app = new Vue({
|
|||
lang = this.cfg.general.language
|
||||
}
|
||||
this.lz = ipcRenderer.sendSync("get-i18n", lang)
|
||||
setLzManual()
|
||||
},
|
||||
getLz(message) {
|
||||
if(this.lz[message]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue