mirror of
https://github.com/tw93/Mole.git
synced 2026-02-09 09:04:16 +00:00
I don't like emojis anymore
This commit is contained in:
@@ -42,7 +42,7 @@ select_apps_for_uninstall() {
|
||||
|
||||
# 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
|
||||
@@ -76,4 +76,4 @@ select_apps_for_uninstall() {
|
||||
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
|
||||
echo "This is a library file. Source it from other scripts." >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user