diff --git a/dcc-network/qml/SectionIPv4.qml b/dcc-network/qml/SectionIPv4.qml index 2d787ed2..8fc92aa9 100644 --- a/dcc-network/qml/SectionIPv4.qml +++ b/dcc-network/qml/SectionIPv4.qml @@ -384,7 +384,8 @@ DccObject { } } showAlert: errorKey === index + dccObj.name - alertDuration: 1 + alertDuration: 2000 + alertText: errorKey === index + dccObj.name ? root.errorMsg : "" onShowAlertChanged: { if (showAlert) { DccApp.showPage(dccObj)