Power menu to shutdown - 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: Eminence (https://forum.kodi.tv/forumdisplay.php?fid=213) +---- Thread: Power menu to shutdown (/showthread.php?tid=223301) |
Power menu to shutdown - JonSnow88 - 2015-04-03 Is there a way to set the power tile on the home screen to shutdown only? I don't need the shutdown timer or reboot etc. I modified the dialogbuttonmenu.xml to remove the unwanted stuff, but would still like to modify the button to shutdown. RE: Power menu to shutdown - josch - 2015-05-02 Just edit the guisettings.xml file inside your userdata folder and replace: Code: <setting type="string" name="skin.eminence.home.314.path">ActivateWindow(shutdownmenu)</setting> with Code: <setting type="string" name="skin.eminence.home.314.path">ShutDown()</setting> That's it. |