mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix debug code introduced in f5fce51238
This commit is contained in:
parent
5927aa5578
commit
472012a5b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue