mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	fix linter the most
This commit is contained in:
		@@ -76,7 +76,6 @@ void Language::initLanguage() {
 | 
			
		||||
  const auto KEEBNAME = config_["keyboard-name"].asString();
 | 
			
		||||
 | 
			
		||||
  try {
 | 
			
		||||
 | 
			
		||||
    auto searcher = INPUTDEVICES.substr(INPUTDEVICES.find(KEEBNAME) + KEEBNAME.length());
 | 
			
		||||
    searcher = searcher.substr(searcher.find("Keyboard at"));
 | 
			
		||||
    searcher = searcher.substr(searcher.find("keymap:") + 7);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user