Browse Source

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

DEV-UNITY-6\Utilisateur 6 years ago
parent
commit
dd43fca8bd
1 changed files with 0 additions and 2 deletions
  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();
                 }