fix: typo

This commit is contained in:
Alex 2022-10-27 09:14:07 +02:00
parent be28ee3d7e
commit 2fec1d4907
1 changed files with 1 additions and 1 deletions

View File

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