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

remove the size column from the bulk import window #58

Closed CuddleBear92 closed 1 year ago

CuddleBear92 commented 1 year ago

Since filesizes is calculated in a background maintenance task as files are getting moved around on the final step. Having them be scanned at this step does not make sense and have been currently turned off for speedier imports. Leftover UI is still there in the form of the size column which should be removed.

image

KJNeko commented 1 year ago

Size column now hides itself if the user chooses to not process the sizes yet.