fix: default deathscreen animation to disabled
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ export const config = new Store<AppConfig>({
|
||||
},
|
||||
ui: {
|
||||
showExitButton: true,
|
||||
deathscreenAnimation: true,
|
||||
deathscreenAnimation: false,
|
||||
hideMenuPopups: false,
|
||||
menuTimer: true,
|
||||
doublePing: true,
|
||||
|
||||
Reference in New Issue
Block a user