mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Remove confirmation dialog on plate slicing done, request user attention instead. #537
This commit is contained in:
@@ -172,6 +172,9 @@ sub notify {
|
||||
my $self = shift;
|
||||
my ($message) = @_;
|
||||
|
||||
my $frame = $self->GetTopWindow;
|
||||
$frame->RequestUserAttention unless ($frame->IsActive);
|
||||
|
||||
eval {
|
||||
$self->{growler}->notify(Event => 'SKEIN_DONE', Title => 'Slicing Done!', Message => $message)
|
||||
if $self->{growler};
|
||||
|
||||
Reference in New Issue
Block a user