Set src+title to ensure navigation messages show nicely in message list

master
Gordon Williams 2023-05-19 14:09:20 +01:00
parent 7bfd7751dc
commit 3ffce610e8
1 changed files with 2 additions and 0 deletions

View File

@ -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";
} }