Fix game support not being in tabs for txp

This commit is contained in:
rubenwardy 2023-01-12 21:10:58 +00:00
parent 42b9986fc8
commit 157f418855

@ -69,7 +69,7 @@ def get_package_tabs(user: User, package: Package):
}
]
if package.type == PackageType.MOD:
if package.type == PackageType.MOD or package.type == PackageType.TXP:
retval.insert(1, {
"id": "game_support",
"title": gettext("Supported Games"),