SpaghettDev / GD-Roulette

An In-Game Geometry Dash Level Roulette.
GNU Affero General Public License v3.0
6 stars 1 forks source link

[BUG] #10

Closed bburrgg closed 8 months ago

bburrgg commented 8 months ago

if you spam the skip button when you are out of skips the popup wont stop popping up until it pops up once for everytime you clicked. it will keep popping up even if you join a level or go to a different menu

SpaghettDev commented 8 months ago

I can't really do anything about this... The notification toast used is provided by geode, and the way its implemented only let one appear at once. A solution is to just not spam it :)

SpaghettDev commented 8 months ago

2.0.3 now uses TextAlertPopup which doesn't have this issue. Hope this helps 👍