bar: fix setVisible

Accidentally removed updating the visible variable
This commit is contained in:
Austin Horstman
2024-07-20 09:33:13 -05:00
parent 15e1547661
commit a544f4b2cd
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,7 @@ class Bar {
~Bar();
void setMode(const std::string &mode);
void setVisible(bool visible);
void setVisible(bool value);
void toggle();
void handleSignal(int);