Merge branch 'fix/dual-state-buttons' into 'main'

Fix dual state switches

See merge request crystal/software/jade-gui!8
main v1.9.4
axtloss 9 months ago
commit 03cf282396

@ -45,7 +45,7 @@
<child>
<object class="GtkSwitch" id="timeshift_switch">
<property name="valign">center</property>
<property name="state">true</property>
<property name="active">true</property>
</object>
</child>
</object>
@ -63,7 +63,7 @@
<child>
<object class="GtkSwitch" id="zramd_switch">
<property name="valign">center</property>
<property name="state">true</property>
<property name="active">true</property>
</object>
</child>
</object>

Loading…
Cancel
Save