mirror of https://github.com/espruino/BangleApps
[ActivityReminder] Add storageFile: true for the data file with the goal to improve perfs slightly
parent
a787181206
commit
d714c2c490
|
@ -3,7 +3,7 @@
|
|||
"name": "Activity Reminder",
|
||||
"shortName":"Activity Reminder",
|
||||
"description": "A reminder to take short walks for the ones with a sedentary lifestyle",
|
||||
"version":"0.08",
|
||||
"version":"0.09",
|
||||
"icon": "app.png",
|
||||
"type": "app",
|
||||
"tags": "tool,activity",
|
||||
|
@ -18,6 +18,6 @@
|
|||
],
|
||||
"data": [
|
||||
{"name": "activityreminder.s.json"},
|
||||
{"name": "activityreminder.data.json"}
|
||||
{"name": "activityreminder.data.json", "storageFile": true}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue