File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 112112 Add top-right menu to music playback to allow message to be deleted
1131130.82: Stop buzzing when a message is removed (e.g. call answered)
1141140.83: Add option to not open the first unread message
115+ 0.84: Fix: Assign show message entry to the settings menu and not the message itself.
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ function showMessageSettings(msg) {
283283 } ;
284284
285285 if ( msg . id != "music" )
286- msg [ /*LANG*/ "View Message" ] = ( ) => showMessageScroller ( msg ) ;
286+ menu [ /*LANG*/ "View Message" ] = ( ) => showMessageScroller ( msg ) ;
287287
288288 if ( msg . reply && reply ) {
289289 menu [ /*LANG*/ "Reply" ] = ( ) => {
Original file line number Diff line number Diff line change 22 "id" : " messagegui" ,
33 "name" : " Message UI" ,
44 "shortName" : " Messages" ,
5- "version" : " 0.83 " ,
5+ "version" : " 0.84 " ,
66 "description" : " Default app to display notifications from iOS and Gadgetbridge/Android" ,
77 "icon" : " app.png" ,
88 "type" : " app" ,
You can’t perform that action at this time.
0 commit comments