Also fixed statusview.

This commit is contained in:
Adam Harrison 2021-12-11 18:00:42 -05:00 committed by Guldoman
parent 8fda78a77d
commit f96f788548
No known key found for this signature in database
GPG Key ID: C08A498EC7F1AFDD
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ function StatusView:on_mouse_pressed()
and not core.active_view:is(LogView) then and not core.active_view:is(LogView) then
command.perform "core:open-log" command.perform "core:open-log"
end end
return true
end end