nootn/ClinImIm

Number of images to preview should be configurable

nootn opened this issue · 0 comments

Just a nice to have, in "SelectDriveViewModel" there is a constant for the "MaximumNumberOfFiles" - set to 10.

It would be nice to make that a parameter on the constructor and when MEF resolves the object, it looks in a config file for that value.

That value also shows on the UI so it should become a property not a constant.