From 49b7f50c6b0a31395594b10dccd11c9427192c49 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 28 Jul 2026 12:50:27 +1000 Subject: [PATCH] [client] spice: start for display-only configurations --- client/src/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/main.c b/client/src/main.c index 9062d866..4a3397ac 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1445,9 +1445,7 @@ static int lg_run(void) g_state.micDefaultState = g_params.micDefaultState; - if (g_params.useSpiceInput || - g_params.useSpiceClipboard || - g_params.useSpiceAudio) + if (g_params.useSpice) { if (!lgCreateThread("spiceThread", spiceThread, NULL, &t_spice)) {