diff options
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2149,7 +2149,7 @@ Thanks: }, enable: function () { - if (liberator.globalVariables.stella_hidden_panel === true) + if (liberator.globalVariables.stella_hidden_panel) return; if (this.noGUI) return; |