Update app.js
parent
c5e1adc7a2
commit
cf060cfe3e
|
|
@ -29,18 +29,7 @@ var drawTimeout;
|
||||||
function timerRunning() {
|
function timerRunning() {
|
||||||
return (alarm.getTimeToAlarm(alarm.getAlarm(TIMER_IDX)) != undefined)
|
return (alarm.getTimeToAlarm(alarm.getAlarm(TIMER_IDX)) != undefined)
|
||||||
}
|
}
|
||||||
const imgArrow = Graphics.createImage(`
|
const imgArrow = atob("CQmBAAgOBwfD47ndx+OA");
|
||||||
x
|
|
||||||
xxx
|
|
||||||
xxx
|
|
||||||
xxxxx
|
|
||||||
xxxxx
|
|
||||||
xxx xxx
|
|
||||||
xxx xxx
|
|
||||||
xxx xxx
|
|
||||||
xxx xxx
|
|
||||||
`);
|
|
||||||
|
|
||||||
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 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==");
|
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 {
|
} else {
|
||||||
timePickerLayout.render();
|
timePickerLayout.render();
|
||||||
updateTimePicker();
|
updateTimePicker();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue