liquid_feedback_frontend

changeset 1723:0b43b2485930

Added hook for logo only on start page
author bsw
date Tue Sep 28 09:16:01 2021 +0200 (2021-09-28)
parents 1e8469114b3c
children c33916811ca7
files app/main/index/index.lua
line diff
     1.1 --- a/app/main/index/index.lua	Tue Sep 28 09:15:27 2021 +0200
     1.2 +++ b/app/main/index/index.lua	Tue Sep 28 09:16:01 2021 +0200
     1.3 @@ -53,7 +53,7 @@
     1.4    end }
     1.5  
     1.6    ui.cell_sidebar{ content = function()
     1.7 -    if config.logo_startpage then
     1.8 +    if not unit and not area and config.logo_startpage then
     1.9        config.logo_startpage()
    1.10      end
    1.11      execute.view{ module = "index", view = "_head" }

Impressum / About Us