1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

ui: call-display: set speaker and mute buttons sensitive by default

Now that we got rid of ugly hacks, these buttons should work on all
devices. We can therefore enable them by default.
This commit is contained in:
Arnaud Ferraris 2020-10-13 03:01:55 +02:00
parent 20396ac951
commit 088c693374

View file

@ -100,7 +100,7 @@
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="sensitive">False</property>
<property name="sensitive">True</property>
<signal name="toggled" handler="mute_toggled_cb" swapped="no"/>
<child>
<object class="GtkBox">
@ -137,7 +137,7 @@
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="sensitive">False</property>
<property name="sensitive">True</property>
<signal name="toggled" handler="speaker_toggled_cb" swapped="no"/>
<child>
<object class="GtkBox">