mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
kcms/wifi: Add checked icon to connected Wi-Fi network
This commit is contained in:
parent
2a2e1da757
commit
fc10a6fe10
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue