Fix crash
This commit is contained in:
Родитель
35213a8dd8
Коммит
2805bd2b2d
1
main.ts
1
main.ts
|
@ -114,6 +114,7 @@ function mainMenu() {
|
||||||
title: "JACDAC tool",
|
title: "JACDAC tool",
|
||||||
update: opts => {
|
update: opts => {
|
||||||
// opts.elements = allDNSes().map(d => menu.item("DNS: " + describe(d), () => operateDNS(d)))
|
// opts.elements = allDNSes().map(d => menu.item("DNS: " + describe(d), () => operateDNS(d)))
|
||||||
|
opts.elements = []
|
||||||
opts.elements.push(menu.item("Device browser", deviceBrowser))
|
opts.elements.push(menu.item("Device browser", deviceBrowser))
|
||||||
opts.elements.push(menu.item("WiFi", wifi))
|
opts.elements.push(menu.item("WiFi", wifi))
|
||||||
opts.elements.push(menu.item("Console", startConsole))
|
opts.elements.push(menu.item("Console", startConsole))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче