mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
27 lines
769 B
JSON
27 lines
769 B
JSON
{
|
|
"settings": {
|
|
"title": "Settings",
|
|
"appearance": {
|
|
"title": "Appearance",
|
|
"documentation": {
|
|
"label": "Documentation",
|
|
"tooltip": "Show or hide the documentation pane."
|
|
},
|
|
"dark-mode": {
|
|
"label": "Dark mode",
|
|
"tooltip": "Enable or disable dark mode."
|
|
},
|
|
"zoom": {
|
|
"help": "Use {in} and {out} to zoom."
|
|
}
|
|
},
|
|
"firmware": {
|
|
"title": "Firmware",
|
|
"flash-current-program": {
|
|
"label": "Include current program",
|
|
"tooltip": "Select to include your program when installing the firmware."
|
|
}
|
|
}
|
|
}
|
|
}
|