From fba25a90813229fa09f2a9094dca905c1aa4393f Mon Sep 17 00:00:00 2001 From: bigjakk Date: Wed, 15 Apr 2026 07:25:29 -0700 Subject: [PATCH] fix: default deathscreen animation to disabled --- src/main/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/config.ts b/src/main/config.ts index 68c893c..e516b48 100644 --- a/src/main/config.ts +++ b/src/main/config.ts @@ -177,7 +177,7 @@ export const config = new Store({ }, ui: { showExitButton: true, - deathscreenAnimation: true, + deathscreenAnimation: false, hideMenuPopups: false, menuTimer: true, doublePing: true,