diff options
-rw-r--r-- | lumina-desktop/panel-plugins/systemstart/StartMenu.cpp | 2 | ||||
-rw-r--r-- | lumina-desktop/panel-plugins/systemstart/StartMenu.ui | 6 |
2 files changed, 4 insertions, 4 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); } 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 @@ <enum>Qt::NoFocus</enum> </property> <property name="text"> - <string>Quick Settings</string> + <string>Preferences</string> </property> <property name="iconSize"> <size> @@ -438,8 +438,8 @@ <rect> <x>0</x> <y>0</y> - <width>178</width> - <height>284</height> + <width>98</width> + <height>28</height> </rect> </property> </widget> |