mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:49:04 +08:00
Fix debug code introduced in f5fce512380209c1a05687ef83c4d2bf0f8b0bec
This commit is contained in:
parent
5927aa5578
commit
472012a5b9
@ -179,7 +179,7 @@ UM.PreferencesPage
|
||||
}
|
||||
|
||||
UM.TooltipArea {
|
||||
visible: plugins.model.find("id", "SliceInfoPlugin-1") > -1
|
||||
visible: plugins.model.find("id", "SliceInfoPlugin") > -1
|
||||
width: childrenRect.width
|
||||
height: visible ? childrenRect.height : 0
|
||||
text: catalog.i18nc("@info:tooltip","Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user