ptlaunch: update screenshots
|
|
@ -4861,7 +4861,7 @@
|
||||||
"version": "0.11",
|
"version": "0.11",
|
||||||
"description": "Directly launch apps from the clock screen with custom patterns.",
|
"description": "Directly launch apps from the clock screen with custom patterns.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"main_menu_add.png"}, {"url":"add_pattern.png"}, {"url":"select_app.png"}, {"url":"main_menu_manage.png"}, {"url":"manage_patterns.png"}],
|
"screenshots": [{"url":"manage_patterns_light.png"}],
|
||||||
"tags": "tools",
|
"tags": "tools",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
|
||||||
|
|
@ -10,14 +10,21 @@ Then launch the linked apps directly from the clock screen by simply drawing the
|
||||||
|
|
||||||
## Add Pattern Screenshots
|
## Add Pattern Screenshots
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## Manage Pattern Screenshots
|
## Manage Pattern Screenshots
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## Detailed Steps
|
## Detailed Steps
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
|
@ -323,12 +323,9 @@ var getSelectedApp = () => {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
var appList = getAppList();
|
[].forEach((app) => {
|
||||||
appList.forEach((app) => {
|
selectAppMenu[app] = () => {
|
||||||
selectAppMenu[app.name] = () => {
|
|
||||||
log("app selected");
|
log("app selected");
|
||||||
log(app);
|
|
||||||
resolve(app);
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |