mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
hide platform console option on android
This commit is contained in:
parent
8164bb20df
commit
df3d1477c7
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@
|
|||
"type": "bool",
|
||||
"default": false,
|
||||
"name": "Show Platform Console",
|
||||
"description": "Show the native console (if one exists). <cr>This setting is meant for developers</c>"
|
||||
"description": "Show the native console (if one exists). <cr>This setting is meant for developers</c>",
|
||||
"platforms": ["win", "mac"]
|
||||
},
|
||||
"auto-check-updates": {
|
||||
"type": "bool",
|
||||
|
|
Loading…
Add table
Reference in a new issue