fix(merge): re-add missing code
This commit is contained in:
parent
93a644eec4
commit
67786c32a8
|
@ -330,7 +330,7 @@ auto waybar::modules::Network::update() -> void {
|
||||||
if (label_.get_tooltip_text() != text) {
|
if (label_.get_tooltip_text() != text) {
|
||||||
label_.set_tooltip_text(tooltip_text);
|
label_.set_tooltip_text(tooltip_text);
|
||||||
}
|
}
|
||||||
} else {
|
} else if (label_.get_tooltip_text() != text) {
|
||||||
label_.set_tooltip_text(text);
|
label_.set_tooltip_text(text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue