non 0 default sound volume
This commit is contained in:
parent
3d8ac3fb61
commit
5cad850e80
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Notification {
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit Notification(Event event = Event::NoEvent, bool balloon = {}, const QString& sound_path = {},
|
explicit Notification(Event event = Event::NoEvent, bool balloon = {}, const QString& sound_path = {},
|
||||||
int volume = {});
|
int volume = 50);
|
||||||
|
|
||||||
bool balloonEnabled() const;
|
bool balloonEnabled() const;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue