mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2025-01-02 12:52:17 +00:00
Update Picocrypt.go
This commit is contained in:
parent
98cdec124b
commit
88d158c2b5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ var keyfilePrompt = "Keyfile (optional):"
|
|||
var progress float32 = 0
|
||||
var progressInfo = ""
|
||||
var status = "Ready."
|
||||
var _status = ""
|
||||
var _status = "Ready."
|
||||
var _status_color = color.RGBA{0xff,0xff,0xff,255}
|
||||
var splitUnits = []string{
|
||||
"KB",
|
||||
|
|
Loading…
Reference in a new issue