mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:09:04 +08:00
Don't use infinite lifetimes lightly
This is very annoying if switching profiles. This is not a critical message. The message should disappear after the default amount of time. Discovered while working on CURA-8584.
This commit is contained in:
parent
73ca50d958
commit
ca942a15e8
@ -855,7 +855,6 @@ class MachineManager(QObject):
|
|||||||
caution_message = Message(
|
caution_message = Message(
|
||||||
catalog.i18nc("@info:message Followed by a list of settings.",
|
catalog.i18nc("@info:message Followed by a list of settings.",
|
||||||
"Settings have been changed to match the current availability of extruders:") + " [{settings_list}]".format(settings_list = ", ".join(add_user_changes)),
|
"Settings have been changed to match the current availability of extruders:") + " [{settings_list}]".format(settings_list = ", ".join(add_user_changes)),
|
||||||
lifetime = 0,
|
|
||||||
title = catalog.i18nc("@info:title", "Settings updated"))
|
title = catalog.i18nc("@info:title", "Settings updated"))
|
||||||
caution_message.show()
|
caution_message.show()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user