From 1209022492ec9702f0cceb838cbf5f867522f303 Mon Sep 17 00:00:00 2001 From: Vesim Date: Fri, 28 Feb 2020 07:54:00 +0100 Subject: [PATCH] Return true when outputs are not specified --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.cpp b/src/client.cpp index ead23fb3..baa2e7bf 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -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) {