fix menu separators

This commit is contained in:
kepler155c@gmail.com
2019-03-31 15:20:47 -04:00
parent 5fb22a2637
commit e51a4108ad
2 changed files with 2 additions and 2 deletions

View File

@@ -495,7 +495,7 @@ end
local function loadDirectory(dir) local function loadDirectory(dir)
local dropdown = { local dropdown = {
{ text = 'Setup', event = 'setup' }, { text = 'Setup', event = 'setup' },
UI.MenuBar.spacer, { spacer = true },
{ {
text = 'Rescan storage', text = 'Rescan storage',
event = 'rescan', event = 'rescan',

View File

@@ -27,7 +27,7 @@ local page = UI.Page {
x = -3, x = -3,
dropdown = { dropdown = {
{ text = 'Setup', event = 'network' }, { text = 'Setup', event = 'network' },
UI.MenuBar.spacer, { spacer = true },
{ {
text = 'Rescan storage', text = 'Rescan storage',
event = 'rescan', event = 'rescan',