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

@@ -3,7 +3,6 @@
#include <vector>
#include "bar/bar.hpp"
#include "services/bluetooth.hpp"
#include "services/hyprland.hpp"
#include "services/notifications.hpp"
#include "services/tray.hpp"
@@ -23,7 +22,6 @@ class App {
HyprlandService hyprlandService;
NotificationService notificationService;
TrayService trayService;
BluetoothService bluetoothService;
void setupServices();
};