mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-28 23:12:29 +01:00 
			
		
		
		
	fix(pulseaudio): return puleseaudio port string if unknown
This commit is contained in:
		| @@ -192,7 +192,7 @@ const std::string waybar::modules::Pulseaudio::getPortIcon() const | ||||
|       return port; | ||||
|     } | ||||
|   } | ||||
|   return ""; | ||||
|   return port_name_; | ||||
| } | ||||
|  | ||||
| auto waybar::modules::Pulseaudio::update() -> void | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Cédric Chépied
					Cédric Chépied