From 1188bdd8b3b8cb8da83fb20e0f89e56953f11780 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 3 Mar 2024 17:08:20 -0800 Subject: [PATCH] fix: ShellRoot missing NOTIFY for configChanged --- src/core/shell.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/shell.hpp b/src/core/shell.hpp index f5978df..1c62bd9 100644 --- a/src/core/shell.hpp +++ b/src/core/shell.hpp @@ -25,7 +25,7 @@ class ShellRoot: public ReloadPropagator { /// Defaults to true. /// /// `config.workingDirectory` corrosponds to [Quickshell.workingDirectory](../quickshell#prop.workingDirectory). - Q_PROPERTY(ShellConfig config READ config WRITE setConfig); + Q_PROPERTY(ShellConfig config READ config WRITE setConfig NOTIFY configChanged); QML_ELEMENT; public: