fix: default deathscreen animation to disabled

This commit is contained in:
2026-04-15 07:25:29 -07:00
parent ca5c0491b7
commit fba25a9081
+1 -1
View File
@@ -177,7 +177,7 @@ export const config = new Store<AppConfig>({
}, },
ui: { ui: {
showExitButton: true, showExitButton: true,
deathscreenAnimation: true, deathscreenAnimation: false,
hideMenuPopups: false, hideMenuPopups: false,
menuTimer: true, menuTimer: true,
doublePing: true, doublePing: true,