diff --git a/data/core/statusview.lua b/data/core/statusview.lua index 5976f63a..a0a9e3a8 100644 --- a/data/core/statusview.lua +++ b/data/core/statusview.lua @@ -29,6 +29,7 @@ function StatusView:on_mouse_pressed() and not core.active_view:is(LogView) then command.perform "core:open-log" end + return true end