mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-23 02:48:36 +08:00
Remove lifetime of message, since it is the same as the default
In response to feedback comment https://github.com/Ultimaker/Cura/pull/7904#discussion_r438023812 CURA-7454
This commit is contained in:
parent
ad36903cbb
commit
defa3fd940
@ -282,8 +282,7 @@ class CloudOutputDeviceManager:
|
|||||||
"Cloud connection is not available for a printer",
|
"Cloud connection is not available for a printer",
|
||||||
"Cloud connection is not available for some printers",
|
"Cloud connection is not available for some printers",
|
||||||
len(self.reported_device_ids)
|
len(self.reported_device_ids)
|
||||||
),
|
)
|
||||||
lifetime = 30
|
|
||||||
)
|
)
|
||||||
device_names = "\n".join(["<li>{} ({})</li>".format(self._um_cloud_printers[device].name, self._um_cloud_printers[device].definition.name) for device in self.reported_device_ids])
|
device_names = "\n".join(["<li>{} ({})</li>".format(self._um_cloud_printers[device].name, self._um_cloud_printers[device].definition.name) for device in self.reported_device_ids])
|
||||||
message_text = self.I18N_CATALOG.i18ncp(
|
message_text = self.I18N_CATALOG.i18ncp(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user