Yello~ ```c Adw.ButtonRow { activated => $on_add_output_clicked(); hexpand: true; title: _("+ Add another output"); } ``` this activated never shows up in the console like "Template handler xxx triggered for signal xx", but all other inputs do, like: ```c Button { clicked => $on_item_pause_clicked(); valign: center; icon-name: "pause-large-symbolic"; } ``` Why is this the case? Am I listening to the wrong thing? https://github.com/user-attachments/assets/3b8cf9c0-0527-4daa-ba1f-762404ea73f6
Yello~
this activated never shows up in the console like "Template handler xxx triggered for signal xx", but all other inputs do, like:
Why is this the case? Am I listening to the wrong thing?
2026-08-21.20-49-38.mp4