Slightly improved pause command messages.
This commit is contained in:
parent
8474203c32
commit
8cb4d08d46
1 changed files with 2 additions and 2 deletions
4
vigil
4
vigil
|
|
@ -696,8 +696,8 @@ class Screen:
|
|||
|
||||
def toggle_pause(self):
|
||||
self._is_paused = not self._is_paused
|
||||
self._log.log_command("Paused work." if self._is_paused else
|
||||
"Continuing work...")
|
||||
self._log.log_command("Paused workers." if self._is_paused else
|
||||
"Running workers...")
|
||||
if self._is_paused:
|
||||
for runner in self.runners:
|
||||
runner.pause()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue