diff options
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins/systemstart')
-rw-r--r-- | src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp index 10301180..d57846e2 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp +++ b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/LStartButton.cpp @@ -42,7 +42,7 @@ LStartButtonPlugin::~LStartButtonPlugin(){ void LStartButtonPlugin::updateButtonVisuals(){ button->setToolTip(tr("")); button->setText( SYSTEM::user() ); - button->setIcon( LXDG::findIcon("start-here","Lumina-DE") ); //force icon refresh + button->setIcon( LXDG::findIcon("start-here-lumina","Lumina-DE") ); //force icon refresh } void LStartButtonPlugin::updateQuickLaunch(QStringList apps){ |