mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 06:33:09 +00:00
[dialer] Fix the missed call filtering
This commit is contained in:
parent
8b1a1300cf
commit
fb266ed534
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ Item {
|
|||
text: i18n("Missed")
|
||||
onCheckedChanged: {
|
||||
if (checked) {
|
||||
filterModel.filterString = "0";
|
||||
filterModel.filterString = "2";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue