fix zen mode

This commit is contained in:
zadam
2020-03-01 19:16:30 +01:00
parent 03e0c98066
commit 687539cc95
5 changed files with 21 additions and 14 deletions

View File

@@ -82,7 +82,6 @@ export default class ApperanceOptions {
this.$treeFontSize = $("#tree-font-size");
this.$detailFontSize = $("#detail-font-size");
this.$body = $("body");
this.$container = $("#container");
this.$themeSelect.on('change', () => {
const newTheme = this.$themeSelect.val();