forked from quickshell/quickshell
		
	fix: ShellRoot missing NOTIFY for configChanged
This commit is contained in:
		
							parent
							
								
									bbe64f42f3
								
							
						
					
					
						commit
						1188bdd8b3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -25,7 +25,7 @@ class ShellRoot: public ReloadPropagator {
 | 
				
			||||||
	/// Defaults to true.
 | 
						/// Defaults to true.
 | 
				
			||||||
	///
 | 
						///
 | 
				
			||||||
	/// `config.workingDirectory` corrosponds to [Quickshell.workingDirectory](../quickshell#prop.workingDirectory).
 | 
						/// `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;
 | 
						QML_ELEMENT;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue