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 dropdown = {
{ text = 'Setup', event = 'setup' },
UI.MenuBar.spacer,
{ spacer = true },
{
text = 'Rescan storage',
event = 'rescan',

View File

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