From c7332bab278e5749b837f1f81fac8d0dfb554685 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 24 Jul 2017 19:59:21 +0300 Subject: [PATCH] disable copy dock functionality until fix issues --the Copy functionality creates broken config files. It must be disabled!!! the applet ids are no longer updated correctly from the importLayout function! This must be fixed from our part! --- shell/package/contents/configuration/LatteDockConfiguration.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package/contents/configuration/LatteDockConfiguration.qml b/shell/package/contents/configuration/LatteDockConfiguration.qml index cbdf4d175..d13c349c8 100644 --- a/shell/package/contents/configuration/LatteDockConfiguration.qml +++ b/shell/package/contents/configuration/LatteDockConfiguration.qml @@ -299,7 +299,7 @@ PlasmaCore.FrameSvgItem { function addModel() { var actions = [] - actions.push(" " + i18n("Copy Dock")); + // actions.push(" " + i18n("Copy Dock")); actionsCmb.model = actions; actionsCmb.currentIndex = -1; }