Add timing tu backend text
This commit is contained in:
parent
89edfcd95d
commit
cc812f58c9
@ -615,6 +615,7 @@ class DamarisGUI:
|
|||||||
b_text = "Backend Running"
|
b_text = "Backend Running"
|
||||||
if b != 0:
|
if b != 0:
|
||||||
b_text += " (%d)" % b
|
b_text += " (%d)" % b
|
||||||
|
b_text += backendtimetext
|
||||||
|
|
||||||
if self.dump_thread is not None:
|
if self.dump_thread is not None:
|
||||||
if self.dump_thread.isAlive( ):
|
if self.dump_thread.isAlive( ):
|
||||||
|
Loading…
Reference in New Issue
Block a user