bkury / skin.night

Night - A skin for KODI and OpenHT
Other
12 stars 6 forks source link

Is there any way to shorten the time a dialog is shown? #7

Closed vandalon closed 10 years ago

vandalon commented 10 years ago

I can't seem to find any reference in the theme code to set the time a dialog (like the logged in to plex dialog). For me it sits there just to long. Can you point me in the right direction? :)

bkury commented 10 years ago

That's not possible with skinning, for that you have to change the PHT source code and recompile it.

File "xbmc/dialogs/GUIDialogKaiToast.h" :

define TOAST_DISPLAY_TIME 5000L // default 5 seconds

vandalon commented 10 years ago

Hmm ok, thanks :)