mirror of
https://git.wetfence.xyz/RandyTheSilly/1-More-Episode.git
synced 2026-09-03 23:47:15 -04:00
Fix text y snapping on Gabbro
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user