Sort apps on Desktop and Settings (#87)
- Sort apps by name - Make manifest IDs consistent - Updated screenshots - Renamed Screenshot app so it always renders at the bottom of the app list
This commit is contained in:
committed by
GitHub
parent
caa8756998
commit
76c14a5f47
@@ -745,7 +745,7 @@ static void service_stop(Service& service) {
|
||||
}
|
||||
|
||||
extern const ServiceManifest manifest = {
|
||||
.id = "wifi",
|
||||
.id = "Wifi",
|
||||
.on_start = &service_start,
|
||||
.on_stop = &service_stop
|
||||
};
|
||||
|
||||
@@ -177,7 +177,7 @@ static void service_stop(TT_UNUSED Service& service) {
|
||||
}
|
||||
|
||||
extern const ServiceManifest manifest = {
|
||||
.id = "wifi",
|
||||
.id = "Wifi",
|
||||
.on_start = &service_start,
|
||||
.on_stop = &service_stop
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user