Kodi Community Forum
v17 How to restore shutdown 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: v17 How to restore shutdown menu ? (/showthread.php?tid=315849)



How to restore shutdown menu ? - Thomas69 - 2017-06-06

Dull me....I really managed to remove the settings button from the shutdown menu. So now I have no more access to any settings. Any idea how to restore this?


RE: How to restore shutdown menu ? - PatK - 2017-06-07

I suppose you could delete C:\Users\Your_Computer_Name\AppData\Roaming\Kodi\userdata\guisettings.xml and it will return to default settings next launch. Or if you have that file in a back-up somewhere, inject it over top the existing file. Alternatively you could try changing this line: <setting id="Hide_Shutdown_Shutdown" type="bool">false</setting> in the C:\Users\Your_Computer_Name\AppData\Roaming\Kodi\userdata\addon_data\skin.transparency\settings.xml


RE: How to restore shutdown menu ? - Thomas69 - 2017-06-08

...or i could delete the whole transparency folder and re-install the skin.Wink Thanks PatK