master
Gordon Williams 2025-04-01 11:27:49 +01:00 committed by GitHub
parent 1702b15b11
commit 144d9385f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
const drawMenu = () => { const drawMenu = () => {
let scroller = E.showScroller({ E.showScroller({
h : height, c : apps.length, h : height, c : apps.length,
draw : (i, r) => { draw : (i, r) => {
var app = apps[i]; var app = apps[i];