add instruction when logview is open

This commit is contained in:
takase1121 2021-12-19 09:36:43 +08:00
parent 1526cd176c
commit 695c7bf781
No known key found for this signature in database
GPG Key ID: 60EEFFC68EB3031B
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ function LogView:new()
self.expanding = {}
self.scrollable = true
self.yoffset = 0
core.status_view:show_message("i", style.text, "ctrl+click to copy entry")
end