mdem showing fixes && buffer indicator

This commit is contained in:
jorenchik
2024-10-20 11:20:37 +03:00
parent 2d1589c94d
commit 83e731e3de
4 changed files with 380 additions and 320 deletions

View File

@@ -4,7 +4,7 @@
#include "parser.h"
void update();
void update(bool isChanged = false);
void saveMdem();
struct MdemBuffer {
@@ -12,3 +12,5 @@ struct MdemBuffer {
time_t trainedAt = 0;
};
void updateMdemInfo(std::string filename = "", bool isChanged = true);

View File

@@ -19,3 +19,5 @@ void initiatePractice(
MdemBuffer *mdemBuffer,
PracticeAlgorithm algorithm
);
void hideQuestionElements();