Skip to content

Commit

Permalink
fix[Vanilla-OS#427]: Only show "Retry connection" button after a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
acerspyro committed Dec 2, 2024
1 parent 0de6e52 commit ae24112
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vanilla_installer/gtk/default-conn-check.ui
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="gtk" version="4.0" />
<requires lib="libadwaita" version="1.0" />
<template class="VanillaDefaultConnCheck" parent="AdwBin">
<property name="halign">fill</property>
Expand All @@ -10,9 +10,12 @@
<object class="AdwStatusPage" id="status_page">
<property name="icon-name">content-loading-symbolic</property>
<property name="title" translatable="yes">Checking Connection</property>
<property name="description" translatable="yes">Please wait until the connection check is done</property>
<property name="description" translatable="yes">
Checking your internet connection, please wait
</property>
<child>
<object class="GtkButton" id="btn_recheck">
<property name="visible">false</property>
<property name="label">Check Again</property>
<property name="halign">center</property>
<style>
Expand All @@ -23,4 +26,4 @@
</object>
</child>
</template>
</interface>
</interface>

0 comments on commit ae24112

Please sign in to comment.