File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 54
54
0.42: Minor code improvements
55
55
0.43: Fix interaction on clocks without widgets
56
56
0.44: List tracks in reverse chronological order.
57
- 0.45: Move recorder from widget into library
57
+ 0.45: Move recorder from widget into library
58
+ Improve recorder ClockInfo icons
Original file line number Diff line number Diff line change 8
8
return require ( "recorder" ) . isRecording ( ) ? {
9
9
text : "Recording" ,
10
10
short : "Rec" ,
11
- img : atob ( "GBiBAAAAABwAAD4MAH8eAH8OAH8AAD4QABx8AAD8AAH+AAE +AAM/AAN7wAN4wAB4AAB8AAD8AADOAAHGAAOHAAMDAAIBAAAAAAAAAA==" ) ,
11
+ img : atob ( "GBiBAAAAABwAAD4MAH8eAH8eAH8cAD4YABx8AAD8AAH+AAG +AAM/AAN7wAN4wAB4AAB8AAD8AADOAAHGAAOHAAMDAAIBAAAAAAAAAA==" ) ,
12
12
} : {
13
13
text : "Paused" ,
14
14
short : "Paused" ,
15
- img : atob ( "GBiBAAAAAAAAAAAAAAAAAAHDgAPnwAPjwAPnwAPnwAPnwAPnwAPnwAPnwAPnwAPnwAPnwAPnwAPjwAPnwAHDgAAAAAAAAAAAAAAAAA ==" ) ,
15
+ img : atob ( "GBiBAAAAAAAAADYMADYeADYeADYcADYYAAB8AAD8AAH+AAG+AAM/AAN7wAN4wAB4AAB8AAD8AADOAAHGAAOHAAMDAAIBAAAAAAAAAA ==" ) ,
16
16
} ;
17
17
} ,
18
18
run : function ( ) {
You can’t perform that action at this time.
0 commit comments