Implementing open.

This commit is contained in:
Sergiotarxz 2024-10-29 21:27:19 +01:00
parent ede8ad5f9b
commit b857da8cdc

View File

@ -124,6 +124,11 @@ sub start($self) {
$self->_startup;
}
);
$app->signal_connect(
open => sub($files, hint) {
$self->_activate($files->[0]->get_path);
}
)
$app->signal_connect(
activate => sub {
my $exd_file = shift @$arguments;