From 07ab4134abc2a852be03d82192d9d076f845c002 Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Thu, 29 May 2025 04:09:58 +0200 Subject: [PATCH] Update_Flatpacks --- flatpak_selections | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak_selections b/flatpak_selections index 1cc8ee1..9832574 100644 --- a/flatpak_selections +++ b/flatpak_selections @@ -23,7 +23,7 @@ MENU_OPTIONS=() for SCRIPT in "${SCRIPTS[@]}"; do # Remove underscores and capitalize first letter of each word DISPLAY_NAME=$(echo "$SCRIPT" | sed 's/_/ /g' | awk '{for(i=1;i<=NF;i++) $i=toupper(substr($i,1,1)) substr($i,2)} 1') - MENU_OPTIONS+=("$SCRIPT" "$DISPLAY_NAME") + MENU_OPTIONS+=("Flatpackage" "$DISPLAY_NAME") done # Show menu with the new title