remove changed signal

This commit is contained in:
Ferdinand Schober
2025-03-14 11:45:16 +01:00
parent f247300f8c
commit 639e86d95e
9 changed files with 141 additions and 130 deletions

View File

@@ -5,7 +5,7 @@
<!-- enabled -->
<child type="prefix">
<object class="GtkSwitch" id="enable_switch">
<signal name="state_set" handler="handle_client_set_state" swapped="true"/>
<signal name="state_set" handler="handle_activate_switch" swapped="true"/>
<property name="valign">center</property>
<property name="halign">end</property>
<property name="tooltip-text" translatable="yes">enable</property>
@@ -68,6 +68,7 @@
</items>
</object>
</property>
<signal name="notify::selected" handler="handle_position_changed" swapped="true"/>
</object>
</child>
<!-- delete button -->