🐛 fix show balance account

pull/661/head
Xhofe 2022-02-20 13:06:59 +08:00
parent b3a8201768
commit eb61f70164
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ func GetAccountFiles() ([]File, error) {
return nil, err
}
for _, v := range accounts {
if strings.HasSuffix(v.Name, balance) {
if strings.Contains(v.Name, balance) {
continue
}
files = append(files, File{