mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	fix linter more
This commit is contained in:
		@@ -71,8 +71,7 @@ void Language::onEvent(const std::string& ev) {
 | 
			
		||||
void Language::initLanguage() {
 | 
			
		||||
  const auto INPUTDEVICES = gIPC->getSocket1Reply("devices");
 | 
			
		||||
 | 
			
		||||
  if (!config_.isMember("keyboard-name"))
 | 
			
		||||
    return;
 | 
			
		||||
  if (!config_.isMember("keyboard-name")) return;
 | 
			
		||||
 | 
			
		||||
  const auto KEEBNAME = config_["keyboard-name"].asString();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user