Time here is in milliseconds, setting it to 1500 to make it stay for at least 1.5 seconds.

degen-loop-screen
Ryan Voots 2012-07-16 19:04:25 -04:00
parent 3690b0798e
commit 19f4036d8a
1 changed files with 1 additions and 1 deletions

View File

@ -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, [], {}, 5);
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, 1500);
}
};
}