![]() |
Close XBMC from mediastream On/Off 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: MediaStream (https://forum.kodi.tv/forumdisplay.php?fid=69) +----- Thread: Close XBMC from mediastream On/Off menu (/showthread.php?tid=71783) |
Close XBMC from mediastream On/Off menu - nabz - 2010-04-09 hi all, is possible to close XBMC from that menu? I cannot see the option, but with another skin like confluence is possible. is for the windows version thanks for your help - xbs08 - 2010-06-17 Hi you're right there's no exit button :O You have two options: 1. configure xbmc to exit instead of shutdown when you press the shutdown button (settings --> system --> power saving) 2. edit the home.xml or dialogbuttonmenu.xml and add/replace a button to exit xbmc using this bit of code PHP Code: <onclick>XBMC.Quit()</onclick> |