mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
non 0 default sound volume
This commit is contained in:
parent
3d8ac3fb61
commit
5cad850e80
@ -34,7 +34,7 @@ class Notification {
|
||||
};
|
||||
|
||||
explicit Notification(Event event = Event::NoEvent, bool balloon = {}, const QString& sound_path = {},
|
||||
int volume = {});
|
||||
int volume = 50);
|
||||
|
||||
bool balloonEnabled() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user