From dd2edf602756e120dc774184073e374da029e540 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Thu, 27 Feb 2025 01:08:55 +0300 Subject: [PATCH] disabled PP logo for PW_GUI_DISABLED_CS --- data_from_portwine/scripts/functions_helper | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 10a0545..851be7d 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -4115,8 +4115,9 @@ start_portwine () { pw_tray_icon fi - if [[ $PW_CHECK_AUTOINSTALL != "1" ]] ; then - pw_start_progress_bar_cover "${COVERS_PATH}/loading_${LANGUAGE_GIF}.gif" + if [[ "$PW_CHECK_AUTOINSTALL" != "1" ]] \ + && [[ "$PW_GUI_DISABLED_CS" != "1" ]] + then pw_start_progress_bar_cover "${COVERS_PATH}/loading_${LANGUAGE_GIF}.gif" fi add_in_start_portwine