kieraneglin / pinchflat

Your next YouTube media manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Can't cancel pro mode modal

justcallmelarry opened this issue · comments

If you click anywhere which opens the pro mode modal you cannot exit the modal and any changes you did before entering are lost.

Only way to get around it is to reload the tab.

Perhaps add a cancel button that closes the modal? Being able to press esc to cancel would also be nice.

Hey there! Thanks for the report

I've intentionally disabled closing that modal since it's more an informational thing and I ultimately want people to be able to use the features. The only way to close it is to submit the form, but if you read it I think you'll see it's pretty agreeable (:

Not strictly related, but if you want to enable pro mode from the offset you can exec into your container and run ./bin/pinchflat remote followed by Pinchflat.Settings.set(pro_enabled: true). You can exit this shell by pressing ctrl-c twice