From cf060cfe3e655b49f4f9fd6406d80ffe62d99a1a Mon Sep 17 00:00:00 2001 From: sir-indy <53864146+sir-indy@users.noreply.github.com> Date: Tue, 3 May 2022 09:12:28 +0100 Subject: [PATCH] Update app.js --- apps/smpltmr/app.js | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/apps/smpltmr/app.js b/apps/smpltmr/app.js index 63aeafa91..b474b8454 100644 --- a/apps/smpltmr/app.js +++ b/apps/smpltmr/app.js @@ -29,18 +29,7 @@ var drawTimeout; function timerRunning() { return (alarm.getTimeToAlarm(alarm.getAlarm(TIMER_IDX)) != undefined) } -const imgArrow = Graphics.createImage(` - x - xxx - xxx - xxxxx - xxxxx - xxx xxx - xxx xxx -xxx xxx -xxx xxx -`); - +const imgArrow = atob("CQmBAAgOBwfD47ndx+OA"); const imgPause = atob("GBiBAP+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B//+B/w=="); const imgPlay = atob("GBiBAIAAAOAAAPgAAP4AAP+AAP/gAP/4AP/+AP//gP//4P//+P///v///v//+P//4P//gP/+AP/4AP/gAP+AAP4AAPgAAOAAAIAAAA=="); @@ -193,4 +182,4 @@ if (timerRunning()) { } else { timePickerLayout.render(); updateTimePicker(); -} \ No newline at end of file +}