Fix a missing changed signal in AC settings

This commit is contained in:
Michael Zanetti 2023-05-09 09:11:41 +02:00
parent fc2d98700b
commit df5cabad7a

View File

@ -155,6 +155,7 @@ void ZoneInfo::setNotifications(const QList<QUuid> &notifications)
{
if (m_notifications != notifications) {
m_notifications = notifications;
emit notificationsChanged();
}
}