PlayMovieFromBeginning() - set Readonly to true, and put an informative message on screen
This commit is contained in:
parent
e16bc58ace
commit
08ec88319f
|
@ -94,6 +94,8 @@ namespace BizHawk.MultiClient
|
|||
}
|
||||
Global.MovieSession.Movie.StartPlayback();
|
||||
SetMainformMovieInfo();
|
||||
Global.RenderPanel.AddMessage("Replaying movie file in read-only mode");
|
||||
Global.MainForm.ReadOnly = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue