Use default desktop notification timeout.
This commit is contained in:
parent
c7051cb7e7
commit
de47f5fe72
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ sub notify {
|
|||
my $serv = $session->get_service('org.freedesktop.Notifications');
|
||||
my $notifier = $serv->get_object('/org/freedesktop/Notifications',
|
||||
'org.freedesktop.Notifications');
|
||||
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, 1500);
|
||||
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, -1);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue