mirror of
https://github.com/tw93/Mole.git
synced 2026-02-07 17:59:16 +00:00
fix: improve status icons and fix spinner cleanup
- Show ✓ for empty trash and discovered versions (normal states) - Fix inline spinner not stopping, causing residual display artifacts
This commit is contained in:
@@ -601,7 +601,7 @@ safe_clean() {
|
||||
fi
|
||||
|
||||
if [[ "$show_spinner" == "true" || "$cleaning_spinner_started" == "true" ]]; then
|
||||
stop_section_spinner
|
||||
stop_inline_spinner
|
||||
fi
|
||||
|
||||
local permission_end=${MOLE_PERMISSION_DENIED_COUNT:-0}
|
||||
|
||||
Reference in New Issue
Block a user