mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Make build with older versions of knotifications
The current version with LoopSound isn't available yet.
This commit is contained in:
parent
13a03469de
commit
dd568f8896
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ void DialerUtils::resetMissedCalls()
|
|||
void DialerUtils::notifyRinging()
|
||||
{
|
||||
if (!m_ringingNotification) {
|
||||
m_ringingNotification = new KNotification("ringing", KNotification::Persistent|KNotification::LoopSound, 0);
|
||||
m_ringingNotification = new KNotification("ringing", KNotification::Persistent, 0);
|
||||
m_ringingNotification->setComponentName("plasma_dialer");
|
||||
}
|
||||
m_ringingNotification->sendEvent();
|
||||
|
|
|
|||
Loading…
Reference in a new issue