From 8520e8e5ed99922a612d0e7d0fb3a4bc4c9cf1fa Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 26 Mar 2025 17:29:00 +0100 Subject: [PATCH] Update customizable_post_install.sh --- scripts/customizable_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/customizable_post_install.sh b/scripts/customizable_post_install.sh index 01f12ba..eee1414 100644 --- a/scripts/customizable_post_install.sh +++ b/scripts/customizable_post_install.sh @@ -2469,7 +2469,7 @@ fi local category_position=$((total_width - max_cat_width)) local menu_items=() -local i=1 +local i=0 local previous_category="" for option in "${sorted_options[@]}"; do