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();
|
||||
};
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "gtkmm/window.h"
|
||||
|
||||
|
||||
#define DEFAULT_NOTIFICATION_TIMEOUT 4000
|
||||
#define DEFAULT_NOTIFICATION_TIMEOUT 7000
|
||||
|
||||
class BaseNotification : public Gtk::Window {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user