mirror of
https://github.com/aclist/dztui.git
synced 2026-08-29 19:27:13 +02:00
chore: drop debug key from prefs enum
This commit is contained in:
parent
22c9be36a6
commit
3932a3aed4
@ -76,9 +76,6 @@ class Preferences(EnumWithAttrs):
|
|||||||
INSTALL = {
|
INSTALL = {
|
||||||
"key": "auto_install",
|
"key": "auto_install",
|
||||||
}
|
}
|
||||||
DEBUG = {
|
|
||||||
"key": "debug",
|
|
||||||
}
|
|
||||||
DEFAULT = {
|
DEFAULT = {
|
||||||
"key": "default_steam_path",
|
"key": "default_steam_path",
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user