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 () {
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
......
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