Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 1a70f7a

Browse files
committed
Fix default presets
1 parent f2cd579 commit 1a70f7a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/electron/data/presetsDefault.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"romSettings": {
66
"hideItemModels": false,
77
"skipFrigate": true,
8-
"skipHudPopups": true
8+
"skipHudPopups": true,
9+
"enableMainPlazaLedgeDoor": false
910
},
1011
"rules": {
1112
"artifactLocationHints": true,
@@ -45,7 +46,8 @@
4546
"romSettings": {
4647
"hideItemModels": false,
4748
"skipFrigate": true,
48-
"skipHudPopups": true
49+
"skipHudPopups": true,
50+
"enableMainPlazaLedgeDoor": false
4951
},
5052
"rules": {
5153
"artifactLocationHints": true,
@@ -75,7 +77,8 @@
7577
"romSettings": {
7678
"hideItemModels": false,
7779
"skipFrigate": true,
78-
"skipHudPopups": true
80+
"skipHudPopups": true,
81+
"enableMainPlazaLedgeDoor": false
7982
},
8083
"rules": {
8184
"artifactLocationHints": true,

0 commit comments

Comments
 (0)