From b50d061e1fe7376df03b38fa46f49ed870fad0f5 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:31:32 +0900 Subject: [PATCH] fix: return value --- dzgui/api/steam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui/api/steam.py b/dzgui/api/steam.py index 060e552..21acd26 100644 --- a/dzgui/api/steam.py +++ b/dzgui/api/steam.py @@ -345,7 +345,7 @@ def get_app_allows_downloads(path: Path, appid: int) -> bool: case _: return True -def get_config(path: Path) -> bool: +def get_config(path: Path) -> Path: return path.joinpath("config/config.vdf") def get_client_allows_downloads(path: Path) -> bool: