disabled PP logo for PW_GUI_DISABLED_CS
This commit is contained in:
parent
9f0dc06a3f
commit
dd2edf6027
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user