mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
harmless misplaced semicolon
This commit is contained in:
@@ -414,8 +414,8 @@ sub notify {
|
|||||||
'org.freedesktop.Notifications');
|
'org.freedesktop.Notifications');
|
||||||
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, -1);
|
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, -1);
|
||||||
undef $Net::DBus::bus_session;
|
undef $Net::DBus::bus_session;
|
||||||
}
|
};
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|||||||
Reference in New Issue
Block a user