From aa43b017d100999d0f3e744f61bf1e3d83ca0fda Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:37:23 +0900 Subject: [PATCH] chore: add note --- dzgui/api/steam.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dzgui/api/steam.py b/dzgui/api/steam.py index 51197e5..10f1ea6 100644 --- a/dzgui/api/steam.py +++ b/dzgui/api/steam.py @@ -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