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