diff --git a/src/gui/DamarisGUI.py b/src/gui/DamarisGUI.py index d10e0e4..12af9c3 100644 --- a/src/gui/DamarisGUI.py +++ b/src/gui/DamarisGUI.py @@ -615,6 +615,7 @@ class DamarisGUI: b_text = "Backend Running" if b != 0: b_text += " (%d)" % b + b_text += backendtimetext if self.dump_thread is not None: if self.dump_thread.isAlive( ):