fix(render): show correct key for home. Fixes #1796

This commit is contained in:
Folke Lemaitre 2024-12-07 07:57:03 +01:00
parent ee64abc76b
commit b08dba8107
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -144,8 +144,6 @@ function M:title()
if mode.name == "home" then
if self.view.state.mode == "home" then
title = " lazy.nvim " .. Config.options.ui.icons.lazy
else
title = " lazy.nvim (H) "
end
end