Default Settings and colors

- Replaced Dinslaken by Tokyo
- Renamed Colors.highlight to Colors.hover
This commit is contained in:
quadbyte 2025-08-11 18:20:12 -04:00
parent 916d86cd97
commit 18b08bf647
7 changed files with 12 additions and 12 deletions

View file

@ -114,7 +114,7 @@ NLoader {
Layout.fillWidth: true
Layout.preferredHeight: Style.baseWidgetSize * 1.5 * scaling
radius: Style.radiusMedium * scaling
color: modelData.connected ? Colors.accentPrimary : (networkMouseArea.containsMouse ? Colors.highlight : "transparent")
color: modelData.connected ? Colors.accentPrimary : (networkMouseArea.containsMouse ? Colors.hover : "transparent")
RowLayout {
anchors.fill: parent