Qt/WatchWidget: Don't update if not paused.

This commit is contained in:
Admiral H. Curtiss 2023-03-04 23:05:59 +01:00
commit 6d38dd9821
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
2 changed files with 31 additions and 16 deletions

View file

@ -48,6 +48,7 @@ private:
void UpdateButtonsEnabled();
void Update();
void SetEmptyRow(int row);
void ShowContextMenu();
void OnItemChanged(QTableWidgetItem* item);