Set src+title to ensure navigation messages show nicely in message list
parent
7bfd7751dc
commit
3ffce610e8
|
|
@ -178,6 +178,8 @@
|
|||
event.id="nav";
|
||||
if (event.instr) {
|
||||
event.t="add";
|
||||
event.src="maps"; // for the icon
|
||||
event.title="Navigation";
|
||||
} else {
|
||||
event.t="remove";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue