Skarsnik / QUsb2snes

A Qt based webserver for usb2snes. Users: go check usb2snes.com
https://skarsnik.github.io/QUsb2snes/
GNU General Public License v3.0
52 stars 34 forks source link

old transfer window does not close #114

Open jeffythedragonslayer opened 2 years ago

jeffythedragonslayer commented 2 years ago

When sending lots of ROMs the old windows do not close

image

Skarsnik commented 2 years ago

The windows does not auto close? Not sure if it's a good behavior to have, maybe closing after a timer ?

jeffythedragonslayer commented 2 years ago

No I don't think closing after a timer is a good idea. I was showing Nikku's demos to a friend and sent then all to my snes with QUsb2snes, then I realized that it wasn't reusing the old "Send ????.sfc to SD2SNES" window, it was creating a new one. I think it should reuse the old window for a new transfer.

Skarsnik commented 2 years ago

I am not sure it's easy to do actually x)

jeffythedragonslayer commented 2 years ago

ICP is usually how I see this kind of thing done