use actions instead of events for update buttons
This commit is contained in:
parent
78a8be9299
commit
1b720e4b5d
3 changed files with 55 additions and 77 deletions
|
@ -72,6 +72,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="action_name">app.update-yggdrasil</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="x">200</property>
|
||||
|
@ -86,6 +87,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="action_name">app.update-yggtk</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="x">200</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue