fix: ShellRoot missing NOTIFY for configChanged

This commit is contained in:
outfoxxed 2024-03-03 17:08:20 -08:00
parent bbe64f42f3
commit 1188bdd8b3
Signed by untrusted user: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 1 additions and 1 deletions

View File

@ -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: