Skip to content

Add support for Adw.AlertDialog

Sonny Piers requested to merge support-adw-alertdialog into main

Test plan

# Unknown
python3 -m unittest

# GNOME 45 (no AdwAlertDialog)
flatpak run --command="python" --socket=wayland --filesystem=$PWD org.gnome.Platform//45 -m unittest

# GNOME 46 (yes AdwAlertDialog)
flatpak run --command="python" --socket=wayland --filesystem=$PWD org.gnome.Platform//master -m unittest

Screenshot for

image

Edited by Sonny Piers

Merge request reports

Loading