fix bug in not "activating" items

This commit is contained in:
Chris Cochrun 2022-10-18 17:10:48 -05:00
parent 13b0b0348a
commit c46a01ea3d
2 changed files with 7 additions and 5 deletions

View file

@ -470,7 +470,6 @@ bool ServiceItemModel::activate(int id) {
qDebug() << "################";
emit dataChanged(idx, idx, QVector<int>() << ActiveRole);
}
return true;
}
item->setActive(true);