Disable Settings Menu - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115) +---- Thread: Disable Settings Menu (/showthread.php?tid=151459) |
Disable Settings Menu - tommymc - 2013-01-09 Hi everyone. I was testing and studying the functions from Transparency 4.0.5 and I disabled settings button in the Main Menu and Shutdown Menu. How can I access the setting menu now Thanks!!!! RE: Disable Settings Menu - ronie - 2013-01-09 two options: 1) add this to your keymap: <s>ActivateWindow(settings)</s> 2: find this line in guisettings.xml <setting type="bool" name="skin.transparency.Menu_Settings">true</setting> and change true to false. this can only be done when xbmc is not running. RE: Disable Settings Menu - tommymc - 2013-01-10 Hey Ronie, I used the second options and works!!! Thanks!!! |