From 3932a3aed4515e7a6cb117c41e863d39179c02af Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:01:40 +0900 Subject: [PATCH] chore: drop debug key from prefs enum --- dzgui/const/enum.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/dzgui/const/enum.py b/dzgui/const/enum.py index 28a4cdf..4e77740 100644 --- a/dzgui/const/enum.py +++ b/dzgui/const/enum.py @@ -76,9 +76,6 @@ class Preferences(EnumWithAttrs): INSTALL = { "key": "auto_install", } - DEBUG = { - "key": "debug", - } DEFAULT = { "key": "default_steam_path", }