From 68cc20e9104b0612427e5e3719e364ff3a40f66a Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 2 Jan 2017 21:47:48 +0200 Subject: [PATCH] hide plasmoid's configuration choice --- plasmoid/contents/ui/ContextMenu.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plasmoid/contents/ui/ContextMenu.qml b/plasmoid/contents/ui/ContextMenu.qml index a1e4f31d7..e4d0776bd 100644 --- a/plasmoid/contents/ui/ContextMenu.qml +++ b/plasmoid/contents/ui/ContextMenu.qml @@ -593,9 +593,7 @@ PlasmaComponents.ContextMenu { PlasmaComponents.MenuItem { property QtObject configureAction: null - //FIXME: when Tasks settings have been included in Latte configuration window - //this can be enabled!!! - //visible: !nowDockPanel + visible: !nowDockPanel enabled: configureAction && configureAction.enabled text: configureAction ? configureAction.text : ""