Change way to set transient for property
This commit is contained in:
@@ -256,7 +256,6 @@ class ManjaroHello():
|
||||
self.set_autostart(autostart)
|
||||
elif name == "about":
|
||||
dialog = self.builder.get_object("aboutdialog")
|
||||
dialog.set_transient_for(self.window)
|
||||
dialog.run()
|
||||
dialog.hide()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user