crc-org / tray-macos

Small tray app for crc to perform common cluster operations
Apache License 2.0
5 stars 5 forks source link

Issue #114 Add disk size option to preferences window #116

Closed anjannath closed 3 years ago

anjannath commented 3 years ago

Screenshot

Screenshot 2021-07-07 at 2 04 08 PM
guillaumerose commented 3 years ago

lgtm

I also tried when getFreeSpace() returns 0. The slider then allows to move from 0 to 31. Perhaps we should disable the slider or set the maximum to 31?

anjannath commented 3 years ago

I also tried when getFreeSpace() returns 0. The slider then allows to move from 0 to 31. Perhaps we should disable the slider or set the maximum to 31?

Yeah, did not test this scenario, nice catch, i think setting the maximum to 31 in case of freesapace <=0

anjannath commented 3 years ago

Updated!