download grid only new game

This commit is contained in:
Alex Smith 2024-11-18 02:23:09 +05:00
parent 5b1f4a231b
commit 9da850b8d3

@ -281,7 +281,6 @@ addNonSteamGame() {
printf '\x00%s\x00' "tags" printf '\x00%s\x00' "tags"
printf '\x08\x08\x08\x08' printf '\x08\x08\x08\x08'
} >> "${SCPATH}" } >> "${SCPATH}"
fi
if [[ "${DOWNLOAD_STEAM_GRID}" == "1" ]] ; then if [[ "${DOWNLOAD_STEAM_GRID}" == "1" ]] ; then
pw_start_progress_bar_block "${translations[Please wait. downloading covers for]} ${NOSTAPPNAME}" pw_start_progress_bar_block "${translations[Please wait. downloading covers for]} ${NOSTAPPNAME}"
@ -290,6 +289,7 @@ addNonSteamGame() {
fi fi
restartSteam restartSteam
fi
else else
return 1 return 1
fi fi