Fix uninstall menu for boolean registry entries

This commit is contained in:
martino
2026-07-31 13:15:02 +02:00
parent cbb46cb70a
commit e7a9e3a5b6
+1 -1
View File
@@ -984,7 +984,7 @@ show_uninstall_menu() {
ensure_tools_json
migrate_installed_tools
mapfile -t tools_installed < <(jq -r 'to_entries | map(select(.value==true or .value.installed==true)) | .[].key' "$TOOLS_JSON")
mapfile -t tools_installed < <(jq -r 'to_entries | map(select(.value==true or .value.installed?==true)) | .[].key' "$TOOLS_JSON")
if [[ ${#tools_installed[@]} -eq 0 ]]; then
dialog --backtitle "ProxMenux" --title "ProxMenux" \