errorOccured
Have controller link to neochatconnection for errorOccured rather than call directly to remove dependency on controller. For all the same reasons as network/neochat!1926
This commit is contained in:
@@ -247,8 +247,8 @@ Kirigami.ApplicationWindow {
|
||||
Connections {
|
||||
target: Controller
|
||||
|
||||
function onErrorOccured(error, detail) {
|
||||
showPassiveNotification(detail.length > 0 ? i18n("%1: %2", error, detail) : error, "short");
|
||||
function onErrorOccured(error) {
|
||||
showPassiveNotification(error, "short");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user