We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9caa41 commit dc9ef94Copy full SHA for dc9ef94
apps/messagegui/app.js
@@ -340,6 +340,9 @@ function showMessagesScroller(msg) {
340
setColor("#f00").drawImage(footerImgNeg,r.x+5+3,r.y).
341
setColor("#0f0").drawImage(footerImgPos,r.w-64-5,r.y);
342
}
343
+ 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);
345
+ }
346
if (scrollIdx<shownScrollIdxFirst) {shownScrollIdxFirst = scrollIdx;}
347
if (scrollIdx>shownScrollIdxLast) {shownScrollIdxLast = scrollIdx;}
348
},
0 commit comments