This commit is contained in:
Xinhao Yuan 2019-08-04 18:52:50 -04:00
parent a6af7bb197
commit d0e84ca334
2 changed files with 4 additions and 2 deletions

View File

@ -520,7 +520,8 @@ local function create(data)
height = screen.workarea.height,
bg = "#ffffff00",
opacity = 1,
ontop = true
ontop = true,
type = "dock",
})
infobox.visible = true

View File

@ -60,7 +60,8 @@ local function start(c)
height = screen.workarea.height,
bg = "#ffffff00",
opacity = 1,
ontop = true
ontop = true,
type = "dock",
})
infobox.visible = true