From 1071be49edfda1d35c537d09308d1f0e2f28bbef Mon Sep 17 00:00:00 2001 From: oniatsu Date: Thu, 11 Dec 2014 00:06:52 +0900 Subject: Add a global variable to hide panel --- stella.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stella.js') 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; -- cgit v1.2.3