chore: drop debug key from prefs enum

This commit is contained in:
aclist 2026-08-19 16:01:40 +09:00
parent 22c9be36a6
commit 3932a3aed4

View File

@ -76,9 +76,6 @@ class Preferences(EnumWithAttrs):
INSTALL = {
"key": "auto_install",
}
DEBUG = {
"key": "debug",
}
DEFAULT = {
"key": "default_steam_path",
}