From 9ec3fa09e3aad09dadc1c3f19b8bf179161cf70e Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:02:59 +0900 Subject: [PATCH] chore: drop unused enums --- dzgui/const/enum.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dzgui/const/enum.py b/dzgui/const/enum.py index 4e77740..05a9763 100644 --- a/dzgui/const/enum.py +++ b/dzgui/const/enum.py @@ -73,9 +73,6 @@ class Preferences(EnumWithAttrs): NAME = { "key": "name", } - INSTALL = { - "key": "auto_install", - } DEFAULT = { "key": "default_steam_path", } @@ -88,9 +85,6 @@ class Preferences(EnumWithAttrs): IP_LIST = { "key": "ip_list", } - BRANCH = { - "key": "branch", - } START_TAB = { "key": "start_tab", }