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:
parent
30eda7e5d0
commit
4a40eef51a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user