fix: moving from 4.0 to 5.0 should now work

This commit is contained in:
David Ralph
2021-04-16 19:09:56 +01:00
parent 81ae913be1
commit 6e5b5dd77b
4 changed files with 31 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ export default class AdvancedSettings extends React.PureComponent {
localStorage.setItem(key, content[key]);
}
toast(this.language.toasts.imported);
toast(window.language.toasts.imported);
}
render() {