mirror of https://github.com/polybar/polybar.git
parent
5f23114cab
commit
3b32f5899a
|
@ -208,7 +208,7 @@ namespace xkb_util {
|
|||
if (string_util::contains(LAYOUT_SYMBOL_BLACKLIST, ";" + name + ";")) {
|
||||
return "";
|
||||
}
|
||||
return name;
|
||||
return move(name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue