Commit 9da850b8 authored by Alex Smith's avatar Alex Smith

download grid only new game

parent 5b1f4a23
...@@ -281,15 +281,15 @@ addNonSteamGame() { ...@@ -281,15 +281,15 @@ 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}"
addGrids addGrids
pw_stop_progress_bar pw_stop_progress_bar
fi fi
restartSteam restartSteam
fi
else else
return 1 return 1
fi fi
......
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