add seekbar

This commit is contained in:
2026-02-02 01:57:25 +01:00
parent c742ca6d18
commit 9404321249
8 changed files with 217 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ NotificationController::NotificationController() {
}
void NotificationController::showSpotifyNotification(MprisPlayer2Message mpris) {
return;
for (const auto &monitor : this->activeMonitors) {
auto notification = std::make_shared<SpotifyNotification>(monitor, mpris);
notification->show();