Sujeet Kausallya Gholap
Results
2
comments of
Sujeet Kausallya Gholap
Thanks @LummoxJR for the fix!! Would it be possible for you to share your entire `status-bar.uc.js` along with stayloaix script and dir? Something's busted with my setup and I can't...
Changing from `toolbar` to `div` worked: (`status-bar.uc.js`) ```js win.statusbar.node = _uc.createElement(document, 'div', { id: 'status-bar', customizable: 'true', context: 'toolbar-context-menu', mode: 'icons' }); ```