mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-03 17:22:43 +01:00 
			
		
		
		
	Adding missing ; and _
I'll admit I don't have libmpd on my computer
This commit is contained in:
		@@ -206,7 +206,7 @@ std::string waybar::modules::MPD::getStateIcon() {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (connection_ == nullptr) {
 | 
			
		||||
    spdlog::warn("{}: Trying to fetch state icon while disconnected", module_name_ )
 | 
			
		||||
    spdlog::warn("{}: Trying to fetch state icon while disconnected", module_name_);
 | 
			
		||||
    return "";
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -228,7 +228,7 @@ std::string waybar::modules::MPD::getOptionIcon(std::string optionName, bool act
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (connection_ == nullptr) {
 | 
			
		||||
    spdlog::warn("{}: Trying to fetch option icon while disconnected", module_name);
 | 
			
		||||
    spdlog::warn("{}: Trying to fetch option icon while disconnected", module_name_);
 | 
			
		||||
    return "";
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user