mirror of
https://github.com/Alexays/Waybar.git
synced 2026-02-16 05:25:27 +00:00
@ -197,7 +197,7 @@ void waybar::modules::Custom::parseOutputRaw() {
|
||||
int i = 0;
|
||||
while (getline(output, line)) {
|
||||
Glib::ustring validated_line = line;
|
||||
if(!validated_line.validate()) {
|
||||
if (!validated_line.validate()) {
|
||||
validated_line = validated_line.make_valid();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user