solosky / pixl.js

An emulator for Amiibo!
GNU General Public License v2.0
575 stars 110 forks source link

Delete confirmation dialog #163

Closed impeeza closed 9 months ago

impeeza commented 9 months ago

Trying to delete a BIN file on amiibo Emulator APP from file details sub-menu the confirmation dialog do not show the complete confirmation text, miss the first character.

And if the file name is longer than 15 characters long, is not completely shown.

May be auto warp the filename to second line or third line.

But if you try to delete from amiibo details sub-menu, the first character of the confirmation is shown. but also need to warp the filename.

impeeza commented 9 months ago

File properties submenu image

amiibo details submenu (for the same BIN file) image

solosky commented 9 months ago

Fixed in develop branch.

impeeza commented 9 months ago

Thank you, closing the issue.