Clean up notification.

This commit is contained in:
Black Hat
2018-12-24 20:31:40 +08:00
parent 316d1429fa
commit ec43131a10
9 changed files with 10 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ Item {
connection: controller.connection
onNewMessage: if (!window.active && MSettings.showNotification) spectralController.postNotification(roomId, eventId, roomName, senderName, text, icon, iconPath)
onNewMessage: if (!window.active && MSettings.showNotification) spectralController.postNotification(roomId, eventId, roomName, senderName, text, icon)
}
SortFilterProxyModel {