1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

I don't like emojis anymore

This commit is contained in:
Tw93
2025-10-08 23:21:52 +08:00
parent 1657ff584b
commit 6c60c0f01b
8 changed files with 42 additions and 41 deletions

View File

@@ -327,7 +327,7 @@ scan_applications() {
# Update cache with app count metadata
cp "${temp_file}.sorted" "$cache_file" 2>/dev/null || true
echo "$current_app_count" > "$cache_meta" 2>/dev/null || true
# Verify sorted file exists before returning
if [[ -f "${temp_file}.sorted" ]]; then
echo "${temp_file}.sorted"
@@ -501,7 +501,7 @@ uninstall_applications() {
log_success "Freed $freed_display of disk space"
fi
echo "📊 Applications uninstalled: $files_cleaned"
echo "Applications uninstalled: $files_cleaned"
((total_size_cleaned += total_size_freed))
}