Button in shutdown menu to reload skin...
#1
Lightbulb 
Wouldn't a button to reload the skin fit nicely in the shutdown menu?

This works just fine:
Code:
<control type="button" id="11">
    <description>Reload Skin</description>
    <label>$LOCALIZE[20183]</label>
    <include>Objects_ContextMenuButton</include>
    <onclick>Dialog.Close(all,true)</onclick>
    <onclick>XBMC.ReloadSkin()</onclick>
</control>

Just a suggestion Smile
Reply
#2
(2012-08-25, 16:10)Muckl Wrote: Wouldn't a button to reload the skin fit nicely in the shutdown menu?

This works just fine:
Code:
<control type="button" id="11">
    <description>Reload Skin</description>
    <label>$LOCALIZE[20183]</label>
    <include>Objects_ContextMenuButton</include>
    <onclick>Dialog.Close(all,true)</onclick>
    <onclick>XBMC.ReloadSkin()</onclick>
</control>

Just a suggestion Smile

no. users should never use that and skinners can map that to a key.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#3
Alright Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Button in shutdown menu to reload skin...0