minor
This commit is contained in:
parent
a6af7bb197
commit
d0e84ca334
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue