mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-13 06:22:32 +02:00
fix: lint
This commit is contained in:
@@ -305,7 +305,7 @@ auto Workspaces::update() -> void {
|
|||||||
} else {
|
} else {
|
||||||
button.get_style_context()->remove_class("focused");
|
button.get_style_context()->remove_class("focused");
|
||||||
}
|
}
|
||||||
if (hasFlag((*it), "visible") || ((*it)["output"].isString() && noNodes )) {
|
if (hasFlag((*it), "visible") || ((*it)["output"].isString() && noNodes)) {
|
||||||
button.get_style_context()->add_class("visible");
|
button.get_style_context()->add_class("visible");
|
||||||
} else {
|
} else {
|
||||||
button.get_style_context()->remove_class("visible");
|
button.get_style_context()->remove_class("visible");
|
||||||
|
Reference in New Issue
Block a user