mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
fix: widget order ui, tab name language etc
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user