mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 05:48:30 +02:00
also increase multiplier if auto unzip
This commit is contained in:
parent
99a04de263
commit
7a1d105a43
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue