show advanced mode button in top panel

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-08-02 10:18:25 +02:00
parent 79731304c1
commit 6ff5405337
6 changed files with 59 additions and 28 deletions

View File

@@ -39,7 +39,7 @@ export namespace ArduinoCommands {
id: "arduino-open-boards-dialog"
}
export const TOGGLE_PRO_MODE: Command = {
id: "arduino-toggle-pro-mode"
export const TOGGLE_ADVANCED_MODE: Command = {
id: "arduino-toggle-advanced-mode"
}
}