fix: widget order ui, tab name language etc

This commit is contained in:
David Ralph
2021-08-17 16:31:42 +01:00
parent 7e2432b9b4
commit 54e7a3a33f
3 changed files with 24 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ export default class Navbar extends PureComponent {
componentDidMount() {
EventBus.on('refresh', (data) => {
if (data === 'navbar') {
if (data === 'navbar' || data === 'background') {
this.forceUpdate();
this.setZoom();
}