close one notification to close all
This commit is contained in:
@@ -49,4 +49,9 @@ class MediaControlWidget : public Gtk::Box {
|
||||
Gtk::ScrolledWindow imageWrapper;
|
||||
|
||||
void onSpotifyMprisUpdated(const MprisPlayer2Message &message);
|
||||
|
||||
void onRunningStateChanged(MprisController::PlaybackStatus status);
|
||||
void onPlay();
|
||||
void onPause();
|
||||
void onStop();
|
||||
};
|
||||
Reference in New Issue
Block a user