diff --git a/app/dockconfigview.cpp b/app/dockconfigview.cpp index b9ca93e03..822657924 100644 --- a/app/dockconfigview.cpp +++ b/app/dockconfigview.cpp @@ -373,10 +373,8 @@ void DockConfigView::setSyncLaunchers(bool sync) auto *dockCorona = qobject_cast(m_dockView->corona()); //when the global launchers list is empty then the current dock launchers are used - if (sync && dockCorona && dockCorona->globalSettings() && dockCorona->globalSettings()->globalLaunchers().count() == 0) { + if (sync && dockCorona && dockCorona->globalSettings()) { //update the global launchers - //getLauncherList - Plasma::Containment *c = m_dockView->containment(); const auto &applets = c->applets();