Kodi Community Forum
Remove icon from 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: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+---- Thread: Remove icon from shutdown menu (/showthread.php?tid=261576)



Remove icon from shutdown menu - Umma-Gumma - 2016-02-25

Hi,

When i click on the shutdown button, i go to the shutdown menu,

even when i have only the shutdown button selected in the skin options, when i click on the shutdown button i see 2 buttons in the screen.

It seems that the new button "custom shutdown timer" is been added even when i didn't want it, (view 2 screen shots)


i have 2 questions:

1) Is there a way to exit Kodi when just clicking on the top right shutdown button? without entering the shutdown menu?
2) if not, how can i remove that extra button that was added,

Screen shot 1 ---> http://postimg.org/image/42b0yfmxf/
Screen shot 2 ---> http://postimg.org/image/cw1xfj9w3/

*Running Kodi 16 + Transparency 9

Thank you,


RE: Remove icon from shutdown menu - PatK - 2016-02-26

Hide/disable the power button on the home screen This thread picks out the Home.xml to mod. The subject has come up before, I just couldn't find it, perhaps you may have better luck.


RE: Remove icon from shutdown menu - Umma-Gumma - 2016-02-28

Thanks,

i chaned <!--<onclick>ActivateWindow(ShutdownMenu)</onclick>-->
<onclick>Quit</onclick>

that fixed the issue

Smile