Browse Source

set default response

PHP-GTK3
yggverse 4 months ago
parent
commit
1ae1f772f8
  1. 4
      src/Entity/Browser/Menu/Tab/Clean.php

4
src/Entity/Browser/Menu/Tab/Clean.php

@ -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…
Cancel
Save