fix: make warning conditional when mods > 0

This commit is contained in:
aclist 2026-07-14 17:28:46 +09:00
parent f47446a2e1
commit c46477f0a7

View File

@ -273,7 +273,7 @@ class PreConnectionAssistant(Gtk.Box):
)
allows_dl, running_app = prereqs.allows_downloads
if allows_dl is False:
if len(prereqs.mods) > 0 and allows_dl is False:
msg = (
f"The game '{running_app}' is currently running in Steam, but background downloads are not enabled.\n"
"Either stop the game first, or update your global Steam settings or the game's local settings.\n"