fix: typo

This commit is contained in:
Alex 2022-10-27 09:14:07 +02:00
parent be28ee3d7e
commit 2fec1d4907

View File

@ -101,7 +101,7 @@ waybar::modules::Bluetooth::Bluetooth(const std::string& id, const Json::Value&
} else { } else {
spdlog::error("findCurController() failed: no bluetooth controller found"); spdlog::error("findCurController() failed: no bluetooth controller found");
} }
event_box_.hide() event_box_.hide();
return; return;
} }
findConnectedDevices(cur_controller_.path, connected_devices_); findConnectedDevices(cur_controller_.path, connected_devices_);