mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-05-18 06:01:56 +02:00
Improve alignment
This commit is contained in:
parent
43d2ced820
commit
eb6e492251
4
main.go
4
main.go
@ -55,7 +55,7 @@ func main() {
|
||||
} else {
|
||||
filesMap.incomingBar = filesMap.progress.AddSpinner(0,
|
||||
mpb.PrependDecorators(
|
||||
decor.Name("Finding files "),
|
||||
decor.Name("Finding files "),
|
||||
decor.Elapsed(decor.ET_STYLE_HHMMSS),
|
||||
),
|
||||
mpb.AppendDecorators(
|
||||
@ -66,7 +66,7 @@ func main() {
|
||||
)
|
||||
filesMap.fileHashingBar = filesMap.progress.AddBar(0,
|
||||
mpb.PrependDecorators(
|
||||
decor.Name("Hashing files "),
|
||||
decor.Name("Hashing files "),
|
||||
decor.Elapsed(decor.ET_STYLE_HHMMSS),
|
||||
),
|
||||
mpb.AppendDecorators(
|
||||
|
Loading…
x
Reference in New Issue
Block a user