mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 01:32:42 +01:00 
			
		
		
		
	refactor: disable icon by default
This commit is contained in:
		@@ -22,7 +22,7 @@ auto AIconLabel::update() -> void {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool AIconLabel::iconEnabled() const {
 | 
					bool AIconLabel::iconEnabled() const {
 | 
				
			||||||
  return config_["icon"].isBool() ? config_["icon"].asBool() : true;
 | 
					  return config_["icon"].isBool() ? config_["icon"].asBool() : false;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}  // namespace waybar
 | 
					}  // namespace waybar
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user