You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.Error("Could not pulse (error 404). The entered custom endpoint ("+URL+") is invalid. ",ex);
516
512
MessageBox.Show("Could not pulse. Invalid API endpoint URL. Please make sure you entered a valid API URL in Code::Stats settings or delete the value altogether to restore the default.\nAll recorded XP from this session will be lost if you do not provide the correct API URL path!","Code::Stats – error 404",MessageBoxButtons.OK,MessageBoxIcon.Error);
517
513
518
-
_settingsForm.FocusTxtAPIURL();
519
-
_settingsForm.ShowAPIURLTooltip();
520
514
SettingsPopup();
515
+
_settingsForm.FocusTxtAPIURL();
521
516
_settingsForm.ShowAPIURLTooltip();
522
517
}
523
518
else
@@ -707,11 +702,6 @@ public static bool EnoughTimePassed(DateTime now)
0 commit comments