Skip to content

Commit

Permalink
fix: incorrect top bar state after re-enabling
Browse files Browse the repository at this point in the history
closes #838
  • Loading branch information
tomasklaen committed Jan 20, 2024
1 parent 63aba05 commit 2eccc1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uosc/elements/TopBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ function TopBar:init()
}

self:decide_titles()
self:decide_enabled()
self:update_dimensions()
end

function TopBar:destroy()
Expand Down

0 comments on commit 2eccc1b

Please sign in to comment.