mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:39:03 +08:00
Add message type to cloud
CURA-8601
This commit is contained in:
parent
d4c4b11927
commit
6bc9aaa4bf
@ -20,7 +20,8 @@ class CloudFlowMessage(Message):
|
|||||||
super().__init__(
|
super().__init__(
|
||||||
text=I18N_CATALOG.i18nc("@info:status",
|
text=I18N_CATALOG.i18nc("@info:status",
|
||||||
f"Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"),
|
f"Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"),
|
||||||
title=I18N_CATALOG.i18nc("@info:title", "Are you ready for cloud printing?")
|
title=I18N_CATALOG.i18nc("@info:title", "Are you ready for cloud printing?"),
|
||||||
|
message_type=Message.MessageType.CLOUD
|
||||||
)
|
)
|
||||||
self._printer_name = printer_name
|
self._printer_name = printer_name
|
||||||
self.addAction("get_started", I18N_CATALOG.i18nc("@action", "Get started"), "", "")
|
self.addAction("get_started", I18N_CATALOG.i18nc("@action", "Get started"), "", "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user