mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Set type of engine crash message to Error
This commit is contained in:
parent
34905857ee
commit
21a076aea4
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
|
|
||||||
self._slicing_error_message = Message(
|
self._slicing_error_message = Message(
|
||||||
text = catalog.i18nc("@message", "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."),
|
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(
|
self._slicing_error_message.addAction(
|
||||||
action_id = "report_bug",
|
action_id = "report_bug",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue