Implementing open.
This commit is contained in:
parent
ede8ad5f9b
commit
b857da8cdc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user