mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-07 06:49:05 +08:00
Merge pull request #542 from simcop2387/new-gui
Fix the timeout on the libnotify stuff
This commit is contained in:
commit
c7051cb7e7
@ -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, [], {}, 5);
|
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, 1500);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user