Skip to content

demo: Fix "Expander" demonstration

Florian "sp1rit" requested to merge sp1rit/gtk:fix-demo-expander into main

The expander window is not a dialog anymore, so attempting connecting to its "response" is invalid and throws a critical: signal 'response' is invalid for instance '' of type 'GtkWindow'

Merge request reports