From 7f1df73644645ed73860fcd1606a8e2dcdad3edf Mon Sep 17 00:00:00 2001 From: Eric Oulashin Date: Fri, 23 Sep 2022 19:31:16 -0700 Subject: [PATCH] Added a mouse click hotspot for ? for message list mode --- xtrn/DDMsgReader/DDMsgReader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtrn/DDMsgReader/DDMsgReader.js b/xtrn/DDMsgReader/DDMsgReader.js index 3c070025b..82bb36807 100644 --- a/xtrn/DDMsgReader/DDMsgReader.js +++ b/xtrn/DDMsgReader/DDMsgReader.js @@ -7772,7 +7772,7 @@ function DigDistMsgReader_SetMsgListPauseTextAndLightbarHelpLine() + this.colors.lightbarMsgListHelpLineHotkeyColor + "@`Q`Q@" + this.colors.lightbarMsgListHelpLineParenColor + ")" + this.colors.lightbarMsgListHelpLineGeneralColor + "uit, " - + this.colors.lightbarMsgListHelpLineHotkeyColor + "? "; + + this.colors.lightbarMsgListHelpLineHotkeyColor + "@`?`?@ "; lbHelpLineLen += 15; // Add spaces to the end of sLightbarModeHelpLine up until one char -- GitLab