mirror of
https://github.com/tw93/Mole.git
synced 2026-02-12 09:23:31 +00:00
🎨 Uninstalling and cleaning is a cleaner experience
This commit is contained in:
@@ -37,17 +37,11 @@ select_apps_for_uninstall() {
|
||||
menu_options+=("$(format_app_display "$display_name" "$size" "$last_used")")
|
||||
done
|
||||
|
||||
echo ""
|
||||
echo "🗑️ App Uninstaller"
|
||||
echo ""
|
||||
echo "Mole will uninstall selected apps and clean all their related files."
|
||||
echo ""
|
||||
echo "Found ${#apps_data[@]} apps. Select apps to remove:"
|
||||
echo ""
|
||||
|
||||
# Use paginated menu - result will be stored in MOLE_SELECTION_RESULT
|
||||
MOLE_SELECTION_RESULT=""
|
||||
paginated_multi_select "Select Apps to Remove" "${menu_options[@]}"
|
||||
paginated_multi_select "🗑️ Select Apps to Remove" "${menu_options[@]}"
|
||||
local exit_code=$?
|
||||
|
||||
if [[ $exit_code -ne 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user