diff --git a/src/qml/Main.qml b/src/qml/Main.qml index 90db71021..b1e113d31 100644 --- a/src/qml/Main.qml +++ b/src/qml/Main.qml @@ -249,7 +249,7 @@ Kirigami.ApplicationWindow { target: Controller function onErrorOccured(error, detail) { - showPassiveNotification(detail.length > 0 ? i18n("%1: %2", error, detail) : error); + showPassiveNotification(detail.length > 0 ? i18n("%1: %2", error, detail) : error, "short"); } }