fix timer
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <memory>
|
||||
|
||||
#include "bar/bar.hpp"
|
||||
#include "connection/dbus/bluetooth.hpp"
|
||||
#include "connection/dbus/notification.hpp"
|
||||
#include "connection/dbus/tray.hpp"
|
||||
#include "services/hyprland.hpp"
|
||||
@@ -29,6 +30,7 @@ class App {
|
||||
|
||||
std::shared_ptr<NotificationService> notificationService = NotificationService::getInstance();
|
||||
std::shared_ptr<NotificationController> notificationController = NotificationController::getInstance();
|
||||
std::shared_ptr<BluetoothController> bluetoothController = BluetoothController::getInstance();
|
||||
std::shared_ptr<MprisController> mprisController = MprisController::getInstance();
|
||||
std::shared_ptr<HyprlandService> hyprlandService = HyprlandService::getInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user