1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-15 07:00:05 +00:00
This commit is contained in:
Tw93
2025-11-17 14:42:53 +08:00
parent cd9076ebe3
commit 7373d6cde5
2 changed files with 2 additions and 2 deletions

View File

@@ -707,7 +707,7 @@ perform_cleanup() {
start_section "Finder metadata"
if [[ "$PROTECT_FINDER_METADATA" == "true" ]]; then
note_activity
echo -e " ${GRAY}${NC} Finder metadata protected by whitelist (Finder view settings preserved)."
echo -e " ${GRAY}${NC} Finder metadata protected by whitelist."
echo -e " ${GRAY}${NC} Use ${GRAY}mo clean --whitelist${NC} to allow cleaning .DS_Store files."
else
clean_ds_store_tree "$HOME" "Home directory (.DS_Store)"