iquercorb / OpenModMan

Open Mod Manager - Open source and generic Mod ("Modifications") manager.
GNU General Public License v3.0
95 stars 5 forks source link

[BUG] Fast switch between overlap mods not have enough time to delete previous mod #103

Closed lmiol closed 3 months ago

lmiol commented 4 months ago

https://github.com/user-attachments/assets/4522744f-7ae4-4e0b-b368-c68765337dc6

i think here Install Button (and double click) on other overlap mods should be inactive until first mod will be installed but for other mods without overlap Install button (and double click) should work fine, because we should have avaibility to instal separatly

on video its works fine because i need to click to small mod file of 2mb, if it would be greater it would work without fast click

iquercorb commented 3 months ago

Due to how Mod operations are queued and processed, correcting this behaviour require quite massive code refactoring... In the absolute, such situation should be rare in common usage situation.

iquercorb commented 3 months ago

Well I finally implemented a workaround that should prevent overlapping in such situation...