You need to sign in or sign up before continuing.
Commit dd2edf60 authored by Mikhail Tergoev's avatar Mikhail Tergoev

disabled PP logo for PW_GUI_DISABLED_CS

parent 9f0dc06a
...@@ -4115,8 +4115,9 @@ start_portwine () { ...@@ -4115,8 +4115,9 @@ start_portwine () {
pw_tray_icon pw_tray_icon
fi fi
if [[ $PW_CHECK_AUTOINSTALL != "1" ]] ; then if [[ "$PW_CHECK_AUTOINSTALL" != "1" ]] \
pw_start_progress_bar_cover "${COVERS_PATH}/loading_${LANGUAGE_GIF}.gif" && [[ "$PW_GUI_DISABLED_CS" != "1" ]]
then pw_start_progress_bar_cover "${COVERS_PATH}/loading_${LANGUAGE_GIF}.gif"
fi fi
add_in_start_portwine add_in_start_portwine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment