KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

settings window takes ages to open (scans drive?) #135

Open CuddleBear92 opened 1 year ago

CuddleBear92 commented 1 year ago

settings window takes ages to open, does it scan the drive the games and such are on? if so, can this use the game filesize cache instead as i dont expect it to change on its own without user import.

KJNeko commented 1 year ago

It's likely the image folder it is trying to scan. There isn't anything I can do but move this to a new thread. Since we don't store the image sizes in the DB. Which is something I might change.

CuddleBear92 commented 1 year ago

well a workaround would be to not have it scan by just opening the window and rather have a button to do the scan on request if you are on that tab!

KJNeko commented 1 year ago

Doing that would be tedious since then I would have to write checks to see if I've loaded a page since the saving system just yanks the entire page when saving.