Kodi Community Forum

Full Version: Close XBMC from mediastream On/Off menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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