Add timing tu backend text

This commit is contained in:
Joachim Beerwerth 2018-04-06 19:51:00 +02:00
parent 89edfcd95d
commit cc812f58c9

View File

@ -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( ):