Fix translations in dropdown menu

This commit is contained in:
Jaquee
2017-03-09 16:46:03 +01:00
parent b611871940
commit 4c2f78a78b
3 changed files with 13 additions and 4 deletions

View File

@@ -178,6 +178,9 @@ ApplicationWindow {
translationManager.setLanguage(locale.split("_")[0]);
}
// Reload transfer page with translations enabled
middlePanel.transferView.onPageCompleted();
// If currentWallet exists, we're just switching daemon - close/reopen wallet
if (typeof currentWallet !== "undefined" && currentWallet !== null) {
console.log("Daemon change - closing " + currentWallet)