add instruction when logview is open
This commit is contained in:
parent
1526cd176c
commit
695c7bf781
|
@ -44,6 +44,8 @@ function LogView:new()
|
||||||
self.expanding = {}
|
self.expanding = {}
|
||||||
self.scrollable = true
|
self.scrollable = true
|
||||||
self.yoffset = 0
|
self.yoffset = 0
|
||||||
|
|
||||||
|
core.status_view:show_message("i", style.text, "ctrl+click to copy entry")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue