summaryrefslogtreecommitdiff
path: root/modules/controlcenter/network/EthernetList.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-20 08:13:59 -0500
committerATMDA <atdma2600@gmail.com>2025-11-20 08:13:59 -0500
commita15554ffde440ef85a93182fc765f3e006999cde (patch)
treecf3a7eb1bcda8074769bffa3dde3a795e9f520d8 /modules/controlcenter/network/EthernetList.qml
parentrefactor: replaced wallpaper logic with WallpaperGrid component (diff)
downloadcaelestia-shell-a15554ffde440ef85a93182fc765f3e006999cde.tar.gz
caelestia-shell-a15554ffde440ef85a93182fc765f3e006999cde.tar.bz2
caelestia-shell-a15554ffde440ef85a93182fc765f3e006999cde.zip
refactor: EthernetList and WirelessList components removed border properties
Diffstat (limited to 'modules/controlcenter/network/EthernetList.qml')
-rw-r--r--modules/controlcenter/network/EthernetList.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/controlcenter/network/EthernetList.qml b/modules/controlcenter/network/EthernetList.qml
index ea3ece5..bdc43e8 100644
--- a/modules/controlcenter/network/EthernetList.qml
+++ b/modules/controlcenter/network/EthernetList.qml
@@ -62,8 +62,6 @@ DeviceList {
color: Qt.alpha(Colours.tPalette.m3surfaceContainer, root.activeItem === modelData ? Colours.tPalette.m3surfaceContainer.a : 0)
radius: Appearance.rounding.normal
- border.width: root.activeItem === modelData ? 1 : 0
- border.color: Colours.palette.m3primary
StateLayer {
function onClicked(): void {