also increase multiplier if auto unzip

This commit is contained in:
Evan Su 2025-04-17 23:52:22 -04:00
parent 99a04de263
commit 7a1d105a43

View file

@ -803,6 +803,9 @@ func draw() {
if recombine {
multiplier++
}
if autoUnzip {
multiplier++
}
giu.Style().SetColor(giu.StyleColorText, WHITE).To(
giu.Label("Ready (ensure " + sizeify(requiredFreeSpace*int64(multiplier)) + " of disk space is free)"),
).Build()