mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
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 $serv = $session->get_service('org.freedesktop.Notifications');
|
||||||
my $notifier = $serv->get_object('/org/freedesktop/Notifications',
|
my $notifier = $serv->get_object('/org/freedesktop/Notifications',
|
||||||
'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…
Add table
Add a link
Reference in a new issue