mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	styling fixes
This commit is contained in:
		
							parent
							
								
									39df3aed82
								
							
						
					
					
						commit
						2b927685ca
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -492,8 +492,8 @@ bool handle_status_line(struct bar *bar) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				json_object *click_events;
 | 
									json_object *click_events;
 | 
				
			||||||
				if (json_object_object_get_ex(proto, "click_events", &click_events)
 | 
									if (json_object_object_get_ex(proto, "click_events", &click_events)
 | 
				
			||||||
							&& json_object_get_boolean(click_events) == true
 | 
											&& json_object_get_boolean(click_events)) {
 | 
				
			||||||
				) {
 | 
					
 | 
				
			||||||
					sway_log(L_DEBUG, "Enabling click events.");
 | 
										sway_log(L_DEBUG, "Enabling click events.");
 | 
				
			||||||
					bar->status->click_events = true;
 | 
										bar->status->click_events = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue