dsafa / audio-band

Display and control songs from the Windows taskbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive buttons

MohamedElgharbawy opened this issue · comments

Can the buttons be made more responsive? I think it's being sync'd up with the client, but having instant feedback when you press the button would be nicer IMO. Atm there's a bit of a delay.

Based on the current implementation, it updates within a second, if you want it to be more responsive you'd have to shorten the timer which will then raise the amount of resources used to run the application

Though I suppose I could do some benchmarks and check how bad it actually is to maybe update it every 200/500ms