mirror of
https://github.com/Alexays/Waybar.git
synced 2026-04-03 05:13:26 +00:00
fix: use pango markup for consistent formatting in format and tooltip-format
This commit is contained in:
@ -509,7 +509,7 @@ void Task::update() {
|
||||
if (markup)
|
||||
button.set_tooltip_markup(txt);
|
||||
else
|
||||
button.set_tooltip_text(txt);
|
||||
button.set_tooltip_markup(txt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user