6 lines
173 B
QML
6 lines
173 B
QML
import QtQuick 2.9
|
|
|
|
RoomForm {
|
|
roomListModel.onNewMessage: if (!window.visible) spectralController.postNotification(roomId, eventId, roomName, senderName, text, icon)
|
|
}
|