mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 07:19:04 +00:00
v3.7.2
This commit is contained in:
@@ -79,7 +79,7 @@ struct AppListItems: View {
|
||||
}
|
||||
|
||||
if bundleSize == 0 {
|
||||
ProgressView().controlSize(.mini)
|
||||
ProgressView().controlSize(.mini).padding(.leading, 5)
|
||||
} else {
|
||||
Text("\(isHovered ? "v\(appInfo.appVersion)" : formatByte(size: bundleSize).human)")
|
||||
.font(.system(size: (isHovered || isSelected) ? 12 : 10))
|
||||
|
||||
Reference in New Issue
Block a user