if sync finished and the files were checked the buttons were not deactivated.
Can only be reproduced on fast CPUs when using "UseWorkshop" option and already have downloaded a large set of mods
I switched from launch4j to packr, because launch4j got flagged as false positive.
Because packr couldn't deal with the registry library (SimplyRegistry used cmd to call reg) i implemented a packr friendly method.
I couldn't used the WindowsPreferences JNI from Java, because it does not support DWORDs which are needed to get the Steam Process!
* added calculation for download speed
* added calculation for the exact downloaded size
* added first steps for autoupdater
* fixed current sync status
* removed file sync progress
* added checkbox JList for preset mod list
* added multiselect of JList without pressing CTRL
* added compareable for Mod object
* added user modsets
* added functions to add/save/remove/clone Modset to user config
* added fast check (only detect byte size changes)
* added load user modsets
* added "focusing" correct button corresponding to the tab
* added JComboBox to select a preset in updater
* changed button alignment
* fixed synclist for single ModFile
#coronatime