ExtAdwMessageDialog: Duplicate flag errors

This commit is contained in:
James Westman 2023-05-17 09:58:51 -05:00
parent c95195197d
commit 64da41b268
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 50 additions and 10 deletions

View file

@ -0,0 +1,9 @@
using Gtk 4.0;
using Adw 1;
Adw.MessageDialog {
responses [
cancel: _("Cancel") disabled disabled,
ok: _("Ok") destructive suggested,
]
}