Merge pull request #4524 from Gskartwii/niri-language-hide

Hide niri/language widget if formatted string is empty
This commit is contained in:
Alexis Rouillard
2026-07-03 22:02:05 +02:00
committed by GitHub
+1 -1
View File
@@ -85,7 +85,7 @@ void Language::doUpdate() {
spdlog::debug("niri language formatted layout name {}", layoutName);
if (!format_.empty()) {
if (!layoutName.empty()) {
label_.show();
label_.set_markup(layoutName);
} else {