chore: drop debug key from prefs enum

This commit is contained in:
aclist 2026-08-19 16:01:40 +09:00
parent 37c3937aee
commit cb9ffb5b99

View File

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