Fixing no open.

This commit is contained in:
Sergiotarxz 2024-10-29 22:01:07 +01:00
parent 0091a4b749
commit 78f3ce6b98

View File

@ -129,12 +129,6 @@ sub start($self) {
$self->_activate($files->[0]->get_path); $self->_activate($files->[0]->get_path);
} }
); );
$app->signal_connect(
activate => sub {
my $exd_file = shift @$arguments;
$self->_activate($exd_file);
}
);
say @ARGV; say @ARGV;
$app->run( \@ARGV ); $app->run( \@ARGV );
} }