mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
refactor: disable icon by default
This commit is contained in:
@@ -22,7 +22,7 @@ auto AIconLabel::update() -> void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool AIconLabel::iconEnabled() const {
|
bool AIconLabel::iconEnabled() const {
|
||||||
return config_["icon"].isBool() ? config_["icon"].asBool() : true;
|
return config_["icon"].isBool() ? config_["icon"].asBool() : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace waybar
|
} // namespace waybar
|
||||||
|
Reference in New Issue
Block a user