fall back to stdout if shms don't work

This commit is contained in:
itsjunetime
2025-06-09 21:45:02 -06:00
parent 62c92141e3
commit fc063efd42
4 changed files with 63 additions and 31 deletions
+3 -1
View File
@@ -122,7 +122,9 @@ pub fn start_converting_loop(
to_main_tx,
from_main_rx,
picker,
prerender
prerender,
// just assume shms work for now, who cares
true
));
let from_converter_rx = from_converter_rx.into_stream();