mirror of
				https://github.com/Zedfrigg/ironbar.git
				synced 2025-11-04 07:21:54 +01:00 
			
		
		
		
	fix: regressions introduced by #505
- Crash on startup if modules missing common options - Crash on startup due to disable_popup incorrectly mandatory
This commit is contained in:
		
					parent
					
						
							
								b9b29a4ce4
							
						
					
				
			
			
				commit
				
					
						3ba8b4bd96
					
				
			
		
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -27,6 +27,7 @@ pub struct CommonConfig {
 | 
			
		|||
    pub on_mouse_exit: Option<ScriptInput>,
 | 
			
		||||
 | 
			
		||||
    pub tooltip: Option<String>,
 | 
			
		||||
    #[serde(default)]
 | 
			
		||||
    pub disable_popup: bool,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue