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