use YggdrasilService to control service state
This commit is contained in:
parent
6f7cfb10d0
commit
bb67130d5e
3 changed files with 52 additions and 58 deletions
|
@ -17,9 +17,10 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkSwitch" id="status_switch">
|
||||
<object class="GtkSwitch" id="service_state_switch">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<signal name="state-set" handler="on_service_state_switch_state_set" swapped="no"/>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="x">275</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue