Skip to content

Commit 606412b

Browse files
committed
Thumbnail: don't display on request-display
Like HoverTime, this is attached to the mouse position, so it doesn't make sense to display it when the keyboard is used to show the UI.
1 parent a4b3330 commit 606412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if settings['enable-thumbnail']
6969
thumbnail\updateInfo data
7070
else
7171
thumbnail = Thumbnail data
72-
bottomZone\addUIElement thumbnail
72+
hoverTimeZone\addUIElement thumbnail
7373
-- a bit of a weird hack, but since this resolves asynchronously, it
7474
-- may be called after initDraw has been called. In that case, we
7575
-- have to call generateUIFromZones to actually make the thumbnail

0 commit comments

Comments
 (0)