Fix welcome app crash: remove calamares button remnants
- Removed empty <child> tags left after calamares button deletion - Removed set_visible(True) call for nonexistent calamares widget (was causing AttributeError crash on live ISO) - Install button now shows properly as 'Install Antergos NeXT'
This commit is contained in:
@@ -227,8 +227,7 @@ class Hello(Gtk.Window):
|
||||
self.builder.get_object("installlabel").set_visible(True)
|
||||
# show install button
|
||||
self.builder.get_object("install").set_visible(True)
|
||||
# show calamares alternative installer
|
||||
self.builder.get_object("calamares").set_visible(True)
|
||||
|
||||
# Installed systems
|
||||
else:
|
||||
manager = EmbedManager(EmbedBrowser(), EmbedLayouts())
|
||||
|
||||
@@ -432,9 +432,6 @@ We, the Antergos NeXT Developers, hope that you will enjoy using Antergos NeXT a
|
||||
<property name="fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
|
||||
Reference in New Issue
Block a user