[gnome-software/1867-source-chooser-shouldn-t-be-visible-while-operations-are-in-progress] gs-details-page: Hide the origin button when operation is in progress



commit dfa127afa847a280f29b7857b3b56cdde0eea7eb
Author: Milan Crha <mcrha redhat com>
Date:   Wed Aug 17 16:24:33 2022 +0200

    gs-details-page: Hide the origin button when operation is in progress
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1867

 src/gs-details-page.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index 2178f181d..fffe7e069 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -338,6 +338,7 @@
                                                 <property name="spacing">4</property>
                                                 <property name="halign">center</property>
                                                 <property name="valign">center</property>
+                                                <property name="visible" bind-source="button_cancel" 
bind-property="visible" bind-flags="sync-create|invert-boolean"/>
                                                 <child>
                                                   <object class="GtkMenuButton" id="origin_button">
                                                     <property name="can_focus">True</property>


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