Fix text y snapping on Gabbro

This commit is contained in:
2026-07-19 17:53:39 -04:00
parent d84edb5429
commit d8feaa2bb8
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Pebble.addEventListener("appmessage", function (dict) {
// report to user if some configuration is missing
if (!cfg || cfg.CLAY_API_HOST == "" || cfg.CLAY_API_KEY == "" || cfg.CLAY_USER == "") {
Pebble.sendAppMessage({ PKJS_LAST_WATCHED: "SOME APP SETTINGS ARE UNSET" });
Pebble.sendAppMessage({ PKJS_LAST_WATCHED: "SOME APP SETTINGS ARE UNSET AND THIS IS A TEST TO SEE WHAT CAN FIT ON THE SCREEN OF A PR2 IT SEEMS THE TEST IS SOMETHING EVIL MAKE IT LONGER" });
}
if (cfg.CLAY_API_IS_JELLYFIN == true) {