kcms/wifi: Add checked icon to connected Wi-Fi network

This commit is contained in:
Devin Lin 2023-12-27 14:45:50 -05:00
parent 2a2e1da757
commit fc10a6fe10

View file

@ -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