mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +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()
|
void DialerUtils::notifyRinging()
|
||||||
{
|
{
|
||||||
if (!m_ringingNotification) {
|
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->setComponentName("plasma_dialer");
|
||||||
}
|
}
|
||||||
m_ringingNotification->sendEvent();
|
m_ringingNotification->sendEvent();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue