From e5cf7a36b37d4c6ceae0019b1c0596dc351b1ce1 Mon Sep 17 00:00:00 2001 From: GuruSR <17853390+GuruSR@users.noreply.github.com> Date: Sun, 13 Feb 2022 23:59:03 -0500 Subject: [PATCH] Version 1.4.2. --- src/Watchy_GSR.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Watchy_GSR.cpp b/src/Watchy_GSR.cpp index b8d0931..fc2df51 100644 --- a/src/Watchy_GSR.cpp +++ b/src/Watchy_GSR.cpp @@ -3265,8 +3265,8 @@ void WatchyGSR::getAngle(uint16_t Angle, uint8_t Away, uint8_t &X, uint8_t &Y){ void WatchyGSR::initWatchFaceStyle(){ uint8_t Style = Options.WatchFaceStyle; - if (DefaultWatchStyles) { if (Style > BasicWatchStyles && Style != 255) { InsertDrawWatchStyle(Style); return; } } - else if (WatchStyles.Count > 0 && BasicWatchStyles == -1) { InsertDrawWatchStyle(Style); return; } + if (DefaultWatchStyles) { if (Style > BasicWatchStyles && Style != 255) { InsertInitWatchStyle(Style); return; } } + else if (WatchStyles.Count > 0 && BasicWatchStyles == -1) { InsertInitWatchStyle(Style); return; } else Style = 0; switch (Style){ case 1: // Ballsy