# HG changeset patch # User bsw # Date 1632813361 -7200 # Node ID 0b43b2485930c76637b6f8ed8ec53bf8063586f6 # Parent 1e8469114b3c7e174eb41420a323bae5e60420d6 Added hook for logo only on start page diff -r 1e8469114b3c -r 0b43b2485930 app/main/index/index.lua --- a/app/main/index/index.lua Tue Sep 28 09:15:27 2021 +0200 +++ b/app/main/index/index.lua Tue Sep 28 09:16:01 2021 +0200 @@ -53,7 +53,7 @@ end } ui.cell_sidebar{ content = function() - if config.logo_startpage then + if not unit and not area and config.logo_startpage then config.logo_startpage() end execute.view{ module = "index", view = "_head" }