non 0 default sound volume

This commit is contained in:
Martin Rotter 2021-09-08 07:33:06 +02:00
parent 3d8ac3fb61
commit 5cad850e80
1 changed files with 1 additions and 1 deletions

View File

@ -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;