From fcdcb561c39912afd0d9cde4bb65df5a99286e9f Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Fri, 2 Mar 2018 19:12:41 +0200 Subject: [PATCH] fix #891,import old launchers only once --import deprecated launchers to new architecture only once --- plasmoid/package/contents/code/activitiesTools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plasmoid/package/contents/code/activitiesTools.js b/plasmoid/package/contents/code/activitiesTools.js index 450900aa9..52c003ec6 100644 --- a/plasmoid/package/contents/code/activitiesTools.js +++ b/plasmoid/package/contents/code/activitiesTools.js @@ -52,6 +52,7 @@ function importLaunchersToNewArchitecture(){ } plasmoid.configuration.launchers59 = newLaunchers; + plasmoid.configuration.launchers = ""; } function restoreLaunchers(){