add seekbar
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user