diff --git a/xwin.c b/xwin.c index 1637848..01c97c1 100644 --- a/xwin.c +++ b/xwin.c @@ -3822,7 +3822,10 @@ ui_seamless_begin(RD_BOOL hidden) ui_seamless_toggle(); if (g_seamless_spawn_cmd[0]) + { seamless_send_spawn(g_seamless_spawn_cmd); + g_seamless_spawn_cmd[0] = 0; + } }