forked from shauninman/MinUI
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
It confuses me at the first time, maybe it's better to show wifi disconnected icon when wifi is disconnected, and so bluetooth button.
NextUI/workspace/all/nextui/nextui.c
Line 2630 in b0ed86d
| asset = CFG_getWifi() ? ASSET_WIFI_OFF : ASSET_WIFI; |
asset = CFG_getWifi() ? ASSET_WIFI : ASSET_WIFI_OFF;
ascagnel and troydm