[gnome-control-center/gnome-42] sharing: Set Verify Encryption dialog to "hide-on-close"



commit d39ec251affd5d0290d96cecf34d0316721fa49a
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri May 13 13:14:04 2022 +0200

    sharing: Set Verify Encryption dialog to "hide-on-close"
    
    This way GtkWindow handles the hiding of the dialog instead of the
    callback of the close-button.
    
    Fixes #1832

 panels/sharing/cc-sharing-panel.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/panels/sharing/cc-sharing-panel.ui b/panels/sharing/cc-sharing-panel.ui
index 12702d1e0..5f6703d4f 100644
--- a/panels/sharing/cc-sharing-panel.ui
+++ b/panels/sharing/cc-sharing-panel.ui
@@ -411,6 +411,7 @@
   <object class="AdwWindow" id="remote_desktop_fingerprint_dialog">
     <property name="default-width">360</property>
     <property name="default-height">360</property>
+    <property name="hide-on-close">True</property>
     <property name="modal">True</property>
 
     <child>


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