mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
set default response
This commit is contained in:
parent
c840091f62
commit
1ae1f772f8
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ class Clean
|
||||||
_($this::DIALOG_MESSAGE_FORMAT)
|
_($this::DIALOG_MESSAGE_FORMAT)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$dialog->set_default_response(
|
||||||
|
GtkResponseType::CANCEL
|
||||||
|
);
|
||||||
|
|
||||||
$dialog->format_secondary_text(
|
$dialog->format_secondary_text(
|
||||||
_($this::DIALOG_FORMAT_SECONDARY_TEXT)
|
_($this::DIALOG_FORMAT_SECONDARY_TEXT)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue