mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 20:39:00 +08:00
Merge branch '4.11' of github.com:Ultimaker/Cura
This commit is contained in:
commit
7eb0da9987
@ -159,7 +159,8 @@ class CuraEngineBackend(QObject, Backend):
|
||||
|
||||
self._slicing_error_message = Message(
|
||||
text = catalog.i18nc("@message", "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."),
|
||||
title = catalog.i18nc("@message:title", "Slicing failed")
|
||||
title = catalog.i18nc("@message:title", "Slicing failed"),
|
||||
message_type = Message.MessageType.ERROR
|
||||
)
|
||||
self._slicing_error_message.addAction(
|
||||
action_id = "report_bug",
|
||||
|
Loading…
x
Reference in New Issue
Block a user