From 945c7ca70a3f70c151d182ddd6a0c83e675746ea Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Thu, 4 May 2023 22:53:44 +0100 Subject: [PATCH] popcon: note about potential app slowdown --- apps/popconlaunch/README.md | 4 ++++ apps/popconlaunch/metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/popconlaunch/README.md b/apps/popconlaunch/README.md index 416151751..2814082a7 100644 --- a/apps/popconlaunch/README.md +++ b/apps/popconlaunch/README.md @@ -2,3 +2,7 @@ Popcon ====== Display apps sorted by regular use. No config - install the app and all your launchers will sort apps by most popular, based off launch counts within the last month, and then sort them by the most recently launched app. + +:warning: Warning: this app overrides [`Storage.readJSON`], so may slow down your watch when using apps that perform I/O. + +[`Storage.readJSON`]: https://www.espruino.com/ReferenceBANGLEJS2#l_Storage_readJSON diff --git a/apps/popconlaunch/metadata.json b/apps/popconlaunch/metadata.json index 4088f8dc0..0ccc54d9e 100644 --- a/apps/popconlaunch/metadata.json +++ b/apps/popconlaunch/metadata.json @@ -3,7 +3,7 @@ "name": "Popcon Launcher", "shortName": "Popcon", "version": "0.01", - "description": "Launcher modification - your launchers will display your favourite (popular) apps first", + "description": "Launcher modification - your launchers will display your favourite (popular) apps first. Overrides `readJSON`, may slow down your watch", "readme": "README.md", "icon": "app.png", "type": "bootloader",