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