mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(dock): refresh pinned apps on reload
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user