menu: fix client-send-to-menu

Fixes 17d66e5
This commit is contained in:
tokyo4j 2025-08-14 00:08:06 +09:00 committed by Johan Malm
parent 2ce3f39c1f
commit 2a039d4f24

View file

@ -851,7 +851,7 @@ update_client_send_to_menu(struct server *server)
NULL, /*show arrow*/ false); NULL, /*show arrow*/ false);
struct action *action = item_add_action(item, "SendToDesktop"); struct action *action = item_add_action(item, "SendToDesktop");
action_arg_add_str(action, "to", "name"); action_arg_add_str(action, "to", workspace->name);
buf_clear(&buf); buf_clear(&buf);
} }