Finalize v1.18

This commit is contained in:
Evan Su 2021-09-24 20:22:58 -04:00 committed by GitHub
parent 9e5f1955fd
commit 94327d0d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -540,7 +540,7 @@ func draw() {
),
),
giu.Style().SetDisabled(true).To(
giu.Button(s("Manage")).Size(fill, 0),
giu.Button(s("W.I.P")).Size(fill, 0),
),
),
),
@ -576,7 +576,9 @@ func draw() {
),
).Build()
giu.Row(
giu.Checkbox(s("Encrypt filename"), &encryptFilename),
giu.Style().SetDisabled(true).To(
giu.Checkbox(s("Encrypt filename (W.I.P)"), &encryptFilename),
),
giu.Dummy(-221/dpi, 0),
giu.Checkbox(s("Split every"), &split),
giu.InputText(&splitSize).Size(55).Flags(giu.InputTextFlagsCharsHexadecimal).OnChange(func() {