diff --git a/kcms/wifi/ui/ConnectionItemDelegate.qml b/kcms/wifi/ui/ConnectionItemDelegate.qml index eb14845c..91bfe94e 100644 --- a/kcms/wifi/ui/ConnectionItemDelegate.qml +++ b/kcms/wifi/ui/ConnectionItemDelegate.qml @@ -57,6 +57,14 @@ FormCard.AbstractFormDelegate { } RowLayout { + Kirigami.Icon { + Layout.alignment: Qt.AlignVCenter + Layout.preferredWidth: Kirigami.Units.iconSizes.smallMedium + Layout.preferredHeight: Kirigami.Units.iconSizes.smallMedium + visible: ConnectionState === PlasmaNM.Enums.Activated + source: 'checkmark' + } + // ensure that the row is always of same height Controls.ToolButton { id: heightMetrics