back button
parent
1e5bd102f7
commit
a80ae53a7c
|
|
@ -139,4 +139,5 @@
|
|||
|
||||
// Start the app
|
||||
showFileBrowser();
|
||||
setWatch(Bangle.showClock, BTN1, { debounce: 100 });
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"id": "textreader",
|
||||
"name": "Text Reader",
|
||||
"shortName": "TextReader",
|
||||
"version": "0.6",
|
||||
"version": "0.7",
|
||||
"description": "Read text files from your Bangle.js filesystem",
|
||||
"type": "app",
|
||||
"tags": "tool,files,reader",
|
||||
|
|
|
|||
Loading…
Reference in New Issue