controlcenter: forget network button color
This commit is contained in:
parent
b5a31fbc59
commit
7db0348ff9
1 changed files with 2 additions and 2 deletions
|
|
@ -151,8 +151,8 @@ Item {
|
|||
}
|
||||
return Nmcli.hasSavedProfile(root.network.ssid);
|
||||
}
|
||||
inactiveColour: Colours.palette.m3errorContainer
|
||||
inactiveOnColour: Colours.palette.m3onErrorContainer
|
||||
inactiveColour: Colours.palette.m3secondaryContainer
|
||||
inactiveOnColour: Colours.palette.m3onSecondaryContainer
|
||||
text: qsTr("Forget Network")
|
||||
|
||||
onClicked: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue