mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Fix linter
This commit is contained in:
parent
e660a3634d
commit
e1045381fe
@ -34,7 +34,8 @@ auto Window::update() -> void {
|
|||||||
|
|
||||||
if (!format_.empty()) {
|
if (!format_.empty()) {
|
||||||
label_.show();
|
label_.show();
|
||||||
label_.set_markup(fmt::format(format_, waybar::util::rewriteTitle(lastView, config_["rewrite"])));
|
label_.set_markup(
|
||||||
|
fmt::format(format_, waybar::util::rewriteTitle(lastView, config_["rewrite"])));
|
||||||
} else {
|
} else {
|
||||||
label_.hide();
|
label_.hide();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user