refactor: rm direct dp.emit() call in constructor.

This commit is contained in:
yubo
2026-07-18 21:14:08 +08:00
parent 7f732f0553
commit 5b8c98729f
28 changed files with 3 additions and 41 deletions
-2
View File
@@ -213,8 +213,6 @@ waybar::modules::Bluetooth::Bluetooth(const std::string& id, const Json::Value&
#ifdef WANT_RFKILL
rfkill_.on_update.connect(sigc::hide(sigc::mem_fun(*this, &Bluetooth::update)));
#endif
dp.emit();
}
auto waybar::modules::Bluetooth::update() -> void {