aleiepure / devtoolbox

Development tools at your fingertips
184 stars 16 forks source link

About dialog does not open as modal #57

Closed vanillajonathan closed 3 weeks ago

vanillajonathan commented 4 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.

lo2dev commented 3 weeks ago

This will get fixed in #50 by using the new AdwAboutDialog correctly