![]() |
|
Removed "Settings" from home menu problem - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Night (/forumdisplay.php?fid=130) +---- Thread: Removed "Settings" from home menu problem (/showthread.php?tid=103656) |
Removed "Settings" from home menu problem - butlerk02 - 2011-06-17 10:58 Hi guys, I'm fairly new to everything XBMC related so please be gentle. I installed the night skin yesterday and without realising it, i've managed to remove "settings" from the home menu and i'm now pretty stuck. I read on another post that someone had done the same thing and had managed to edit the guisettings.xml file, but i'm not sure what edits i would need to make. Has anyone got a simple suggestion I could try please? Cheers Keith - butlerk02 - 2011-06-17 15:25 The change required for anyone else who might have this problem is: In guisettings.xml, change from this: <setting type="bool" name="skin.nosettings">true</setting> to this: <setting type="bool" name="skin.nosettings">false</setting> - stoli - 2011-06-17 16:10 Or just press "S" on your keyboard and select Settings.
- butlerk02 - 2011-06-17 16:23 stoli Wrote:Or just press "S" on your keyboard and select Settings. Thanks Stoli, but I don't have a keyboard as of yet : ) |