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!
pull/1/head
Michail Vourlakos
parent 0b34dcf1b3
commit c7332bab27

@ -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;
}

Loading…
Cancel
Save