hide platform console option on android

This commit is contained in:
qimiko 2024-06-15 15:30:03 -07:00
parent 8164bb20df
commit df3d1477c7
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -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",