mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix linter the most
This commit is contained in:
parent
e8942feefc
commit
8881b9a6ef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user