From d0e84ca334f101b8ee6b7bfef9a3c64a340786d3 Mon Sep 17 00:00:00 2001 From: Xinhao Yuan Date: Sun, 4 Aug 2019 18:52:50 -0400 Subject: [PATCH] minor --- editor.lua | 3 ++- switcher.lua | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/editor.lua b/editor.lua index c32a767..39631c1 100644 --- a/editor.lua +++ b/editor.lua @@ -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 diff --git a/switcher.lua b/switcher.lua index 7bdc371..0b52736 100644 --- a/switcher.lua +++ b/switcher.lua @@ -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