Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit b8929da

Browse files
committed
add status for running
1 parent 73807c4 commit b8929da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pugdebug/gui/statusbar.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ def set_debugging_status(self, status):
3939
elif status == 3:
4040
text = 'Debugging in progress ...'
4141
color = "green"
42+
elif status == 4:
43+
text = 'Running ...'
44+
color = "blue"
4245

4346
self.label.setText(text)
4447

0 commit comments

Comments
 (0)