[gnome-software/1743-reports-operating-system-updates-unavailable] gs-updates-page: Hide "Operating System Updates Unavailable" by default



commit 278b7481c1ade0ef80d624916861153b36160804
Author: Milan Crha <mcrha redhat com>
Date:   Mon May 2 15:41:49 2022 +0200

    gs-updates-page: Hide "Operating System Updates Unavailable" by default
    
    It can take some time to get the information about the current operating
    system, during which the Updates page shows "Operating System Updates Unavailable"
    info bar at the top, which is misleading and confusing. Let's hide it by default
    and show it only after the information about the operating system is retrieved.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1743

 src/gs-updates-page.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-updates-page.ui b/src/gs-updates-page.ui
index 6b3cdcb17..654cbdb3b 100644
--- a/src/gs-updates-page.ui
+++ b/src/gs-updates-page.ui
@@ -10,6 +10,7 @@
         <property name="orientation">vertical</property>
         <child>
           <object class="GtkInfoBar" id="infobar_end_of_life">
+            <property name="revealed">False</property>
             <child>
               <object class="GtkBox">
                 <property name="orientation">vertical</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]