add seekbar
This commit is contained in:
@@ -12,7 +12,7 @@ App::App() {
|
||||
this->setupServices();
|
||||
this->hyprlandService = HyprlandService::getInstance();
|
||||
this->notificationService = std::make_shared<NotificationService>();
|
||||
this->mprisController = std::make_shared<MprisController>();
|
||||
this->mprisController = MprisController::getInstance();
|
||||
|
||||
auto notificationController = NotificationController::getInstance();
|
||||
this->mprisController->signal_mpris_updated().connect(
|
||||
|
||||
Reference in New Issue
Block a user