Revert accidental removal of desktop tour button

This commit is contained in:
Frede H
2025-01-02 07:15:11 +00:00
parent 8b3b84333e
commit f182934cab
+14
View File
@@ -416,6 +416,20 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="deWelcome">
<property name="can-focus">True</property>
<property name="label" translatable="yes">&lt;dewelcome&gt;</property>
<property name="name">deWelcome</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Desktop Environent-specific Welcome</property>
<signal name="clicked" handler="on_action_clicked" swapped="yes"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<object class="GtkButton" id="rescue">
<property name="label">System Recovery</property>