fix: redraw when toggling the title in the top bar (#870)

This commit is contained in:
christoph-heinrich
2024-03-04 15:00:14 +01:00
committed by GitHub
parent 3675ed47c3
commit 48e0100727

View File

@@ -157,6 +157,7 @@ end
function TopBar:toggle_title()
if options.top_bar_alt_title_place ~= 'toggle' then return end
self.show_alt_title = not self.show_alt_title
request_render()
end
function TopBar:on_prop_title() self:decide_titles() end