mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2026-01-08 17:34:34 +01:00
for {}
This commit is contained in:
@@ -21,7 +21,7 @@ func DisplayProgressBar(current, total *int) {
|
||||
width = 100
|
||||
}
|
||||
|
||||
for true {
|
||||
for {
|
||||
progress := int(float64(*current) / float64(*total) * float64(width))
|
||||
|
||||
// バーの描画
|
||||
|
||||
Reference in New Issue
Block a user