mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 16:54:46 +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 {
|
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
|
// ensure that the row is always of same height
|
||||||
Controls.ToolButton {
|
Controls.ToolButton {
|
||||||
id: heightMetrics
|
id: heightMetrics
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue