fix(merge): re-add missing code

This commit is contained in:
Alex 2019-05-18 15:45:18 +02:00
parent 93a644eec4
commit 67786c32a8
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ auto waybar::modules::Network::update() -> void {
if (label_.get_tooltip_text() != text) {
label_.set_tooltip_text(tooltip_text);
}
} else {
} else if (label_.get_tooltip_text() != text) {
label_.set_tooltip_text(text);
}
}