Closed vanillajonathan closed 3 weeks ago
The about dialog does not open as a modal anchored to the application. It opens as a non-anchored free floating window.
The Adw.AboutWindow must set modal=True.
Adw.AboutWindow
modal=True
This will get fixed in #50 by using the new AdwAboutDialog correctly
The about dialog does not open as a modal anchored to the application. It opens as a non-anchored free floating window.
The
Adw.AboutWindow
must setmodal=True
.