mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 03:26:10 +08:00
attach about window
This commit is contained in:
@@ -112,9 +112,12 @@ mod imp {
|
||||
}
|
||||
|
||||
fn show_about_dialog(&self) {
|
||||
let obj = &*self.obj();
|
||||
let window = obj.active_window().unwrap();
|
||||
let authors: Vec<&str> = AUTHORS.split(':').collect();
|
||||
|
||||
let about_window = adw::AboutWindow::builder()
|
||||
.transient_for(&window)
|
||||
.application_icon(APP_ID)
|
||||
.application_name("Helvum")
|
||||
.developer_name("Tom Wagner")
|
||||
|
||||
Reference in New Issue
Block a user