Add check if connected and remove block list and removing of old data.

This commit is contained in:
2025-06-18 17:47:40 +02:00
parent 1516ad63cb
commit 31e8f302ac
5 changed files with 25 additions and 9 deletions

View File

@@ -42,4 +42,6 @@ private:
Rectangle genTextBox;
Rectangle simTextBox;
float simil = 100.0f;
Color appColor = BLUE;
};