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