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