Skip to content

Commit 75f137e

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

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
@@ -341,7 +341,9 @@ function showMessagesScroller(msg) {
341341
setColor("#0f0").drawImage(footerImgPos,r.w-64-5,r.y);
342342
}
343343
if (0===scrollIdx) {
344-
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);
344+
g.
345+
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).
346+
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);
345347
}
346348
if (scrollIdx<shownScrollIdxFirst) {shownScrollIdxFirst = scrollIdx;}
347349
if (scrollIdx>shownScrollIdxLast) {shownScrollIdxLast = scrollIdx;}

0 commit comments

Comments
 (0)