aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
authoroniatsu2014-12-11 00:06:52 +0900
committeroniatsu2014-12-11 00:06:52 +0900
commit1071be49edfda1d35c537d09308d1f0e2f28bbef (patch)
tree7869395cafd02d696ca7f7caf0f1c9686850fb36 /stella.js
parente198bec13c19bfd27ec533410de09bc059c68e23 (diff)
downloadvimperator-plugins-1071be49edfda1d35c537d09308d1f0e2f28bbef.tar.bz2
Add a global variable to hide panel
Diffstat (limited to 'stella.js')
-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;