fix: use pango markup for consistent formatting in format and tooltip-format
This commit is contained in:
@ -116,7 +116,7 @@ void Window::handle_frame() {
|
||||
updateAppIconName(appid_, "");
|
||||
updateAppIcon();
|
||||
if (tooltipEnabled()) {
|
||||
label_.set_tooltip_text(title_);
|
||||
label_.set_tooltip_markup(title_);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user