From 2fec1d490782e5eb41de9d0be98f709fa6b2922c Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 27 Oct 2022 09:14:07 +0200 Subject: [PATCH] fix: typo --- src/modules/bluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bluetooth.cpp b/src/modules/bluetooth.cpp index 3a24b0d..a123336 100644 --- a/src/modules/bluetooth.cpp +++ b/src/modules/bluetooth.cpp @@ -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_);