From 64a2b81dda28c74505f0c542a3438adce9778eb5 Mon Sep 17 00:00:00 2001 From: Martinski <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:56:39 -0800 Subject: [PATCH] Minor UI Improvement Just a minor improvement in the "'Toggle Auto-Updates for MerlinAU Script" option to make simpler and less crowded when ENABLED. --- MerlinAU.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/MerlinAU.sh b/MerlinAU.sh index c9238422..bd581074 100644 --- a/MerlinAU.sh +++ b/MerlinAU.sh @@ -4,7 +4,7 @@ # # Original Creation Date: 2023-Oct-01 by @ExtremeFiretop. # Official Co-Author: @Martinski W. - Date: 2023-Nov-01 -# Last Modified: 2024-Dec-21 +# Last Modified: 2024-Dec-22 ################################################################### set -u @@ -8556,7 +8556,7 @@ _ShowMainMenu_() } ##----------------------------------------## -## Modified by Martinski W. [2024-Dec-20] ## +## Modified by Martinski W. [2024-Dec-22] ## ##----------------------------------------## _ShowAdvancedOptionsMenu_() { @@ -8611,9 +8611,8 @@ _ShowAdvancedOptionsMenu_() then printf "\n${padStr}[Currently ${GRNct}DISABLED${NOct}]\n" else - printf "\n${padStr}[Currently ${MAGENTAct}ENABLED${NOct}]\n" scriptUpdateCronSched="$(_GetScriptAutoUpdateCronSchedule_)" - printf "${padStr}[Current Schedule: ${GRNct}${scriptUpdateCronSched}${NOct}]" + printf "\n${padStr}[Current Schedule: ${GRNct}${scriptUpdateCronSched}${NOct}]" printf "\n${padStr}[${GRNct}%s${NOct}]\n" "$(_TranslateCronSchedHR_ "$scriptUpdateCronSched")" fi