mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: drop unused enums
This commit is contained in:
parent
cb9ffb5b99
commit
9ec3fa09e3
@ -73,9 +73,6 @@ class Preferences(EnumWithAttrs):
|
|||||||
NAME = {
|
NAME = {
|
||||||
"key": "name",
|
"key": "name",
|
||||||
}
|
}
|
||||||
INSTALL = {
|
|
||||||
"key": "auto_install",
|
|
||||||
}
|
|
||||||
DEFAULT = {
|
DEFAULT = {
|
||||||
"key": "default_steam_path",
|
"key": "default_steam_path",
|
||||||
}
|
}
|
||||||
@ -88,9 +85,6 @@ class Preferences(EnumWithAttrs):
|
|||||||
IP_LIST = {
|
IP_LIST = {
|
||||||
"key": "ip_list",
|
"key": "ip_list",
|
||||||
}
|
}
|
||||||
BRANCH = {
|
|
||||||
"key": "branch",
|
|
||||||
}
|
|
||||||
START_TAB = {
|
START_TAB = {
|
||||||
"key": "start_tab",
|
"key": "start_tab",
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user