Skip to content

Commit

Permalink
Pause/Resume messages
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Jan 23, 2019
1 parent 95635ed commit b5fd52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rav1e_gui/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ Public Class Form1
Next
Catch
End Try
UpdateLog("Encode paused (Some progress may still be reported)")
PauseResumeButton.Text = "Resume"
Else
UpdateLog("Resuming encode")
Expand All @@ -550,6 +551,7 @@ Public Class Form1
Next
Catch
End Try
UpdateLog("Encode resumed")
PauseResumeButton.Text = "Pause"
End If
End Sub
Expand Down

0 comments on commit b5fd52d

Please sign in to comment.