1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 04:06:03 +00:00

display-output: allow no outputs (#1481)

some users rely on this behavior, which quietly changed in 281097a2a5

Co-authored-by: bi4k8 <bi4k8@github>
This commit is contained in:
bi4k8 2023-03-31 16:52:48 +00:00 committed by GitHub
parent 30eda7e5d0
commit 4a40eef51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ bool initialize_display_outputs() {
if (active_display_outputs.size()) return true;
std::cerr << "Unable to find a usable display output." << std::endl;
return false;
return true;
}
bool shutdown_display_outputs() {