chore: drop unused enums

This commit is contained in:
aclist 2026-08-19 16:02:59 +09:00
parent cb9ffb5b99
commit 9ec3fa09e3

View File

@ -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",
}