We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62902f5 commit 3dccb2cCopy full SHA for 3dccb2c
1 file changed
src/ui/session/preferences_window.rs
@@ -117,6 +117,10 @@ impl PreferencesWindow {
117
pub(crate) fn new(parent_window: Option<>k::Window>, session: &ui::Session) -> Self {
118
glib::Object::builder()
119
.property("transient-for", parent_window)
120
+ .property(
121
+ "application",
122
+ parent_window.and_then(gtk::Window::application),
123
+ )
124
.property("session", session)
125
.build()
126
}
0 commit comments