fix: update default settings for deathscreen, discord, swapper, userscripts
This commit is contained in:
+4
-4
@@ -154,7 +154,7 @@ export const config = new Store<AppConfig>({
|
|||||||
hpEnemyCounter: true,
|
hpEnemyCounter: true,
|
||||||
},
|
},
|
||||||
swapper: {
|
swapper: {
|
||||||
enabled: true,
|
enabled: false,
|
||||||
path: '',
|
path: '',
|
||||||
},
|
},
|
||||||
matchmaker: {
|
matchmaker: {
|
||||||
@@ -170,12 +170,12 @@ export const config = new Store<AppConfig>({
|
|||||||
},
|
},
|
||||||
keybinds: DEFAULT_KEYBINDS,
|
keybinds: DEFAULT_KEYBINDS,
|
||||||
userscripts: {
|
userscripts: {
|
||||||
enabled: true,
|
enabled: false,
|
||||||
path: '',
|
path: '',
|
||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
showExitButton: true,
|
showExitButton: true,
|
||||||
deathscreenAnimation: false,
|
deathscreenAnimation: true,
|
||||||
hideMenuPopups: false,
|
hideMenuPopups: false,
|
||||||
menuTimer: true,
|
menuTimer: true,
|
||||||
doublePing: true,
|
doublePing: true,
|
||||||
@@ -186,7 +186,7 @@ export const config = new Store<AppConfig>({
|
|||||||
lastSeenVersion: '',
|
lastSeenVersion: '',
|
||||||
},
|
},
|
||||||
discord: {
|
discord: {
|
||||||
enabled: false,
|
enabled: true,
|
||||||
},
|
},
|
||||||
translator: {
|
translator: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user