vimpr / vimperator-plugins

for Vimperator plugins
http://vimpr.github.com/
408 stars 123 forks source link

Add a global variable to hide panel on stella.js #71

Closed oniatsu closed 9 years ago

oniatsu commented 9 years ago

I added a setting by using global variable to hide panel on stella.js.

liberator.globalVariables.stella_hidden_panel = true

At first, I thought that all change will be done if I comment in this.noGUI = true, but it did not work. https://github.com/vimpr/vimperator-plugins/blob/master/stella.js#L1876

anekos commented 9 years ago

Thanks. I fix and merge on other branch.