chore: add note
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run

This commit is contained in:
aclist 2026-07-09 12:37:23 +09:00
parent fc86b75ca1
commit aa43b017d1

View File

@ -344,6 +344,7 @@ def get_app_allows_downloads(path: Path, appid: int) -> bool:
# NOTE: never allow
case 2:
return False
# NOTE: no other known values at this time
case _:
return True