diff options
Diffstat (limited to 'lumina-desktop/panel-plugins/systemstart/StartMenu.cpp')
-rw-r--r-- | lumina-desktop/panel-plugins/systemstart/StartMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp b/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp index 661302dc..043cbba0 100644 --- a/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp +++ b/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp @@ -138,7 +138,7 @@ void StartMenu::UpdateQuickLaunch(QString path, bool keep){ else{ QL.removeAll(path); } QL.removeDuplicates(); LSession::handle()->sessionSettings()->setValue("QuicklaunchApps",QL); - LSession::handle()->sessionSettings()->sync(); + //LSession::handle()->sessionSettings()->sync(); emit UpdateQuickLaunch(QL); } |