Updated desktop icons (#37)
This commit is contained in:
committed by
GitHub
parent
5558edccce
commit
03aa8f62ba
@@ -114,7 +114,7 @@ static void app_stop(App app) {
|
||||
AppManifest wifi_connect_app = {
|
||||
.id = "wifi_connect",
|
||||
.name = "Wi-Fi Connect",
|
||||
.icon = NULL,
|
||||
.icon = LV_SYMBOL_WIFI,
|
||||
.type = AppTypeSettings,
|
||||
.on_start = &app_start,
|
||||
.on_stop = &app_stop,
|
||||
|
||||
@@ -157,7 +157,7 @@ static void app_stop(App app) {
|
||||
AppManifest wifi_manage_app = {
|
||||
.id = "wifi_manage",
|
||||
.name = "Wi-Fi",
|
||||
.icon = NULL,
|
||||
.icon = LV_SYMBOL_WIFI,
|
||||
.type = AppTypeSettings,
|
||||
.on_start = &app_start,
|
||||
.on_stop = &app_stop,
|
||||
|
||||
Reference in New Issue
Block a user