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: