From 4590fae9b209f99707eca7a4835b1fb0464df932 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Thu, 28 Feb 2019 17:08:28 +0100 Subject: [PATCH] Hide the "View print history" button when connecting via cloud CL-1247 --- plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml index 6eaff20f71..ce08f78226 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml @@ -221,6 +221,7 @@ Item height: 18 * screenScaleFactor // TODO: Theme! width: childrenRect.width + visible: !cloudConnection UM.RecolorImage { @@ -263,4 +264,4 @@ Item } } } -} \ No newline at end of file +}