invalidate timestamp on language change
This commit is contained in:
parent
1b204726c6
commit
a15d1f88e7
1 changed files with 4 additions and 0 deletions
|
@ -297,6 +297,10 @@ const app = new Vue({
|
||||||
}
|
}
|
||||||
this.lz = ipcRenderer.sendSync("get-i18n", lang)
|
this.lz = ipcRenderer.sendSync("get-i18n", lang)
|
||||||
this.mklang = await this.MKJSLang()
|
this.mklang = await this.MKJSLang()
|
||||||
|
try{
|
||||||
|
this.listennow.timestamp = 0;
|
||||||
|
this.browsepage.timestamp = 0;
|
||||||
|
}catch(e){}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Grabs translation for localization.
|
* Grabs translation for localization.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue