record-daemon: do not open a terminal on start
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m18s

This commit is contained in:
2026-05-18 14:02:35 +02:00
parent a10176acd8
commit df7cb6687e

View File

@@ -1,4 +1,5 @@
//! Record Daemon entry point.
#![windows_subsystem = "windows"]
use std::sync::Arc;