set default response

This commit is contained in:
yggverse 2024-08-01 22:54:51 +03:00
parent c840091f62
commit 1ae1f772f8

View file

@ -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)
); );