During StopMovie() set the global read-only setting to true. This will ensure that movies always start in read-only while still respecting the read-only checkbox on the play movie dialog
This commit is contained in:
parent
2243c7dcad
commit
6905f69b6b
|
@ -106,6 +106,7 @@ namespace BizHawk.MultiClient
|
|||
UserMovie.StopMovie();
|
||||
Global.RenderPanel.AddMessage(message);
|
||||
SetMainformMovieInfo();
|
||||
Global.MainForm.ReadOnly = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue