Merge branch 'hyprlandLanguage' of https://github.com/vaxerski/Waybar into hyprlandLanguage

This commit is contained in:
NotAShelf 2022-08-18 20:16:42 +03:00
commit 9ac9dc368e
No known key found for this signature in database
GPG Key ID: B96DF05812633566

View File

@ -27,7 +27,6 @@ Language::Language(const std::string& id, const Bar& bar, const Json::Value& con
}
auto Language::update() -> void {
// fix ampersands
std::lock_guard<std::mutex> lg(mutex_);
if (!format_.empty()) {