From 2586306323bfedbeea26b8459fcd8a11f081479c Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:24:45 +0900 Subject: [PATCH] chore: drop comment --- dzgui/api/shortcuts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dzgui/api/shortcuts.py b/dzgui/api/shortcuts.py index bc20007..03a691b 100644 --- a/dzgui/api/shortcuts.py +++ b/dzgui/api/shortcuts.py @@ -162,7 +162,6 @@ def add_steam_shortcut(steam_path: Path, exe_path: Path) -> None: images = Path(str(traversable)) icon = images.joinpath("icon.png") - # TEST: assert that record (start dir and exe combo) is in shortcuts after creation shortcuts = Shortcuts(Path(steam_path)) shortcuts.add_shortcut(APP_NAME, start_dir, exe_path, icon) shortcuts.save_shortcuts()