Skip to content

Commit 89cc8f5

Browse files
committed
Move IPC to advanced section
1 parent 76e3226 commit 89cc8f5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/schema.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ export default {
1313
type: 'InputText',
1414
description: 'schema.generic.steamid64',
1515
validator: Validators.steamid
16-
},
17-
{
18-
label: 'IPC',
19-
field: 'IPC',
20-
defaultValue: true,
21-
type: 'InputCheckbox'
2216
}
2317
]
2418
},
@@ -81,6 +75,12 @@ export default {
8175
defaultValue: false,
8276
type: 'InputCheckbox'
8377
},
78+
{
79+
label: 'IPC',
80+
field: 'IPC',
81+
defaultValue: true,
82+
type: 'InputCheckbox'
83+
},
8484
{
8585
label: 'IPCPassword',
8686
field: 'IPCPassword',

0 commit comments

Comments
 (0)