mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-19 18:25:02 +08:00
accountadapter: do not set incorrect ringtone on creation
On GNU/Linux, the ringtone is managed by the deamon. No need to manage it (incorrectly) in the client Change-Id: I38fe783d6bd0778f702ee6da333468c54d59d678 GitLab: #351
This commit is contained in:
@@ -280,7 +280,7 @@ Utils::GetRingtonePath()
|
||||
#ifdef Q_OS_WIN
|
||||
return QCoreApplication::applicationDirPath() + "\\ringtones\\default.opus";
|
||||
#else
|
||||
return QString("/usr/local");
|
||||
return QString("/usr/share/ring/ringtones/default.opus");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user