From 60fc2d6d888d72b33ab6e79a8a87edc7b9fc25d3 Mon Sep 17 00:00:00 2001 From: frederic wagner Date: Sat, 26 Nov 2022 21:34:48 +0100 Subject: [PATCH] gipy: minor bugfix for orientation display --- apps/gipy/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gipy/app.js b/apps/gipy/app.js index 9f02032b6..8c706e0eb 100644 --- a/apps/gipy/app.js +++ b/apps/gipy/app.js @@ -372,7 +372,7 @@ class Status { .setFontAlign(-1, -1, 0) .setColor(g.theme.fg) .drawString(eta, 0, 48); - if (this.orientation == 1) { + if (orientation == 1) { g.drawImage(back_arrow_img, 62, 32); }