From be276a9101495a0c9e5adfc0ea435433303fba1f Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 24 Nov 2015 13:15:19 -0500 Subject: Change the "quick settings" button to now say "Preferences" instead. Also remove a sync() operation when changing quicklaunch items. --- lumina-desktop/panel-plugins/systemstart/StartMenu.cpp | 2 +- lumina-desktop/panel-plugins/systemstart/StartMenu.ui | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lumina-desktop/panel-plugins/systemstart') 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); } diff --git a/lumina-desktop/panel-plugins/systemstart/StartMenu.ui b/lumina-desktop/panel-plugins/systemstart/StartMenu.ui index 7156b4f3..3b6be0a3 100644 --- a/lumina-desktop/panel-plugins/systemstart/StartMenu.ui +++ b/lumina-desktop/panel-plugins/systemstart/StartMenu.ui @@ -259,7 +259,7 @@ Qt::NoFocus - Quick Settings + Preferences @@ -438,8 +438,8 @@ 0 0 - 178 - 284 + 98 + 28 -- cgit