[DE] fix bug 53496
This commit is contained in:
parent
08a6e095f4
commit
e9eb999d51
|
@ -378,7 +378,7 @@ define([
|
|||
menuItem.setVisible(current_dark);
|
||||
menuItem.$el.prev('.divider')[current_dark ? 'show' : 'hide']();
|
||||
|
||||
menuItem.setChecked(current_dark);
|
||||
menuItem.setChecked(Common.UI.Themes.isContentThemeDark());
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue