callmeEthan / GameHUB2

Game launcher 2.0 for rainmeter with dynamic layout system, written in ~4 days.
76 stars 4 forks source link

Feature Request: Set MouseLeaveAction on covers to reset background to its list default image. #20

Open Eichen97 opened 1 year ago

Eichen97 commented 1 year ago

Noticed that after selecting an entry, its background lingers until you select another (unless you close/open the menu or select another list) is it possible to go back to the selected list background each time you stop selecting an item from it?

Eichen97 commented 1 year ago

Nevermind, made it myself. jsut to know for a future version: leave a background0 as the list default image, and at the end of the dehighlight function add

        index2=tonumber(0)
    SKIN:Bang('!CommandMeasure','Broadcast','broadcast_cmd(\'broadcast_highlight('..index2..')\')')