浏览代码

// Removing a line that was causing the theme to reset at each script loading

DEV-UNITY-6\Utilisateur 6 年之前
父节点
当前提交
dd43fca8bd
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Playground/js/main.js

+ 0 - 2
Playground/js/main.js

@@ -591,8 +591,6 @@ class Main {
                         }
                     }
 
-                    // Restore theme
-                    this.parent.settingsPG.restoreTheme(this.parent.monacoCreator);
                     // Restore language
                     this.parent.settingsPG.setScriptLanguage();
                 }