mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
chore: drop unused enums
This commit is contained in:
parent
3932a3aed4
commit
027e6c0781
@ -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",
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user