mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Time here is in milliseconds, setting it to 1500 to make it stay for at least 1.5 seconds.
This commit is contained in:
parent
3690b0798e
commit
19f4036d8a
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, [], {}, 5);
|
||||
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, 1500);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue