Add todo to remove with the next Lutris release

This commit is contained in:
the-sane 2023-01-22 11:30:39 -05:00
parent b399ca7fab
commit d034b9bb15

View File

@ -818,6 +818,7 @@ lutris_check() {
return 1
fi
# TODO: This was reported and fixed. Verify and remove when v0.5.13 is released
if [ "$(pgrep -f lutris)" ]; then
preflight_fail+=("Unable to detect Lutris version info while it is running.\nVersion $lutris_required or newer is required.")
return 1