1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-19 16:45:21 +00:00

fix menu separators + sys dir restructure

This commit is contained in:
kepler155c@gmail.com
2019-03-31 15:16:45 -04:00
parent 19159730a4
commit 737ac095de
25 changed files with 16 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ local page = UI.Page {
{ text = 'Connect', dropdown = {
{ text = 'Telnet t', event = 'telnet' },
{ text = 'VNC v', event = 'vnc' },
UI.MenuBar.spacer,
{ spacer = true },
{ text = 'Reboot r', event = 'reboot' },
} },
{ text = 'Trust', dropdown = {
@@ -44,7 +44,7 @@ local page = UI.Page {
x = -3,
dropdown = {
{ text = 'Port Status', event = 'ports', modem = true },
UI.MenuBar.spacer,
{ spacer = true },
{ text = 'Help', event = 'help', noCheck = true },
},
},