margorski / exodos-launcher

Launcher for eXoDOS. Basic and forked from Flashpoint Launcher repository (https://github.com/FlashpointProject/launcher)
https://exodos.the-eye.us
MIT License
35 stars 5 forks source link

add a cooldown timer after pressing buttons #45

Closed parricc closed 3 months ago

parricc commented 3 months ago

We should have a short period of time before a button can be repressed, maybe 3 seconds. It's too easy to accidentally press something like Install multiple times on the Steam Deck. This will prevent multiple windows from getting launched at the same time if that happens.

colin969 commented 3 months ago

Fixed by https://github.com/margorski/exodos-launcher/commit/8731739d39e5b0e396f291203c3b97d0a897fcc3

If it needs to be longer than 500ms in practice, can be easily changed.