From 472012a5b9451fc338d012de34e44deae8cca5c5 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 27 May 2016 17:46:53 +0200 Subject: [PATCH] Fix debug code introduced in f5fce512380209c1a05687ef83c4d2bf0f8b0bec --- resources/qml/GeneralPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/GeneralPage.qml b/resources/qml/GeneralPage.qml index 56782ea70a..dcd5c66d73 100644 --- a/resources/qml/GeneralPage.qml +++ b/resources/qml/GeneralPage.qml @@ -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.")