mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
9 lines
No EOL
150 B
Text
9 lines
No EOL
150 B
Text
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
Adw.MessageDialog {
|
|
responses [
|
|
cancel: _("Cancel") disabled disabled,
|
|
ok: _("Ok") destructive suggested,
|
|
]
|
|
} |