make bluetooth service singleton

This commit is contained in:
2025-12-23 19:57:52 +01:00
parent 8613024f8d
commit a06c96f648
14 changed files with 148 additions and 65 deletions

View File

@@ -32,7 +32,7 @@ App::App() {
auto bar = new Bar(monitor->gobj(), this->hyprlandService,
this->trayService, this->bluetoothService, hyprlandMonitor->id);
this->trayService, hyprlandMonitor->id);
bar->set_application(app);
bar->show();