1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-13 00:42:49 -05:00

change wifi icon suite

This commit is contained in:
bbedward
2025-09-21 19:56:46 -04:00
parent 227081c5c9
commit 74417a18ea
3 changed files with 8 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ CompoundPill {
return NetworkService.wifiSignalIcon
}
if (NetworkService.wifiEnabled) {
return "signal_wifi_off"
return "wifi_off"
}
return "wifi_off"
}