aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stella.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/stella.js b/stella.js
index 2ddf58f..599ebc7 100644
--- a/stella.js
+++ b/stella.js
@@ -2149,6 +2149,8 @@ Thanks:
},
enable: function () {
+ if (liberator.globalVariables.stella_hidden_panel === true)
+ return;
if (this.noGUI)
return;
this.hidden = false;