fix(dock): refresh pinned apps on reload

This commit is contained in:
Denis Nikolaev
2026-05-09 20:33:18 +05:00
parent 44e85bb630
commit a70c9d3ff8
-1
View File
@@ -171,7 +171,6 @@ void Dock::reload() {
const auto& cfg = m_config->config().dock;
m_lastDockConfig = cfg;
m_lastShadow = m_config->config().shell.shadow;
m_lastPinnedConfig = cfg.pinned;
m_lastBarLayerStack = barLayerStackSignature(m_config->config());
if (!cfg.enabled) {