Address review comments
This commit is contained in:
parent
f1a23355bd
commit
59bc8307c8
3 changed files with 8 additions and 13 deletions
|
|
@ -964,7 +964,6 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
|
|||
return data(index, Values).toStringList().indexOf(i->emojiFont());
|
||||
case Ringtone: {
|
||||
auto v = i->ringtone();
|
||||
nhlog::ui()->critical("ringtone: {}", v.toStdString());
|
||||
if (v == QStringView(u"Mute"))
|
||||
return 0;
|
||||
else if (v == QStringView(u"Default"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue