Files
neochat/imports/Spectral/Page/Room.qml
Black Hat b30d92a516 Set currentRoom when clicked.
It should resolve #86.
2018-10-16 18:43:07 +08:00

6 lines
141 B
QML

import QtQuick 2.9
RoomForm {
roomListModel.onNewMessage: if (!window.active) spectralController.showMessage(roomName, content, icon)
}