Skip to content

Commit

Permalink
fix: redraw when toggling the title in the top bar (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-heinrich committed Mar 4, 2024
1 parent 3675ed4 commit 48e0100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uosc/elements/TopBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48e0100

Please # to comment.