Return true when outputs are not specified

This commit is contained in:
Vesim 2020-02-28 07:54:00 +01:00
parent bb88038c17
commit 1209022492
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ bool waybar::Client::isValidOutput(const Json::Value &config, struct waybar_outp
}
}
return false;
return true;
}
struct waybar::waybar_output &waybar::Client::getOutput(void *addr) {