mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-21 23:19:24 -04:00
ExtAdwMessageDialog: Duplicate flag errors
This commit is contained in:
parent
c95195197d
commit
64da41b268
3 changed files with 50 additions and 10 deletions
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
Adw.MessageDialog {
|
||||
responses [
|
||||
cancel: _("Cancel") disabled disabled,
|
||||
ok: _("Ok") destructive suggested,
|
||||
]
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
6,34,8,Duplicate 'disabled' flag
|
||||
7,29,9,'suggested' and 'destructive' are exclusive
|
Loading…
Add table
Add a link
Reference in a new issue