Skip to content

Commit fe94693

Browse files
author
thyttan
committed
messagegui: add hamburger menu indicator
to hint that the message settings are available by touching the message.
1 parent e917dab commit fe94693

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/messagegui/app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ function showMessagesScroller(msg) {
342342
setColor("#0f0").drawImage(footerImgPos,r.w-64-5,r.y);
343343
}
344344
if (0===scrollIdx) {
345-
g.setColor("#f00").drawImage(atob("GBiBAAAYAAH/gAf/4A//8B//+D///D///H/P/n+H/n8P/n4f/vwAP/wAP34f/n8P/n+H/n/P/j///D///B//+A//8Af/4AH/gAAYAA=="), r.x, r.y);
345+
g.
346+
setColor("#f00").drawImage(atob("GBiBAAAYAAH/gAf/4A//8B//+D///D///H/P/n+H/n8P/n4f/vwAP/wAP34f/n8P/n+H/n/P/j///D///B//+A//8Af/4AH/gAAYAA=="), r.x, r.y-1).
347+
setColor(g.theme.fg2).drawImage(atob("GBgBABgAAf+AB//gD//wH//4P//8P//8fAA+fAA+f//+f//+/AA//AA/f//+f//+fAA+fAA+P//8P//8H//4D//wB//gAf+AABgA"),r.w-24,r.y-1);
346348
}
347349
if (scrollIdx<shownScrollIdxFirst) {shownScrollIdxFirst = scrollIdx;}
348350
if (scrollIdx>shownScrollIdxLast) {shownScrollIdxLast = scrollIdx;}

0 commit comments

Comments
 (0)