fixup! UI: check params every 5 seconds

This commit is contained in:
Jason Wen
2023-02-08 00:35:01 -05:00
parent 4eda9103bc
commit 6b6fa663bc
+2
View File
@@ -86,6 +86,8 @@ private:
void drawDlpButton(QPainter &p, int x, int y, int w, int h);
void drawSpeedText(QPainter &p, int x, int y, const QString &text, QColor color);
uint64_t last_update_params;
ExperimentalButton *experimental_btn;
QPixmap dm_img;
float speed;