From d9512a9040a1fcabadafd67485d2a8b6c5fa822e Mon Sep 17 00:00:00 2001 From: bigjakk Date: Wed, 15 Apr 2026 08:59:47 -0700 Subject: [PATCH] fix: update default settings for deathscreen, discord, swapper, userscripts --- src/main/config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/config.ts b/src/main/config.ts index 19b2614..f075f05 100644 --- a/src/main/config.ts +++ b/src/main/config.ts @@ -154,7 +154,7 @@ export const config = new Store({ hpEnemyCounter: true, }, swapper: { - enabled: true, + enabled: false, path: '', }, matchmaker: { @@ -170,12 +170,12 @@ export const config = new Store({ }, keybinds: DEFAULT_KEYBINDS, userscripts: { - enabled: true, + enabled: false, path: '', }, ui: { showExitButton: true, - deathscreenAnimation: false, + deathscreenAnimation: true, hideMenuPopups: false, menuTimer: true, doublePing: true, @@ -186,7 +186,7 @@ export const config = new Store({ lastSeenVersion: '', }, discord: { - enabled: false, + enabled: true, }, translator: { enabled: true,