Clicking statusbar pause button = toggle pause state
This commit is contained in:
parent
3e87c297fc
commit
43c9cd8047
File diff suppressed because it is too large
Load Diff
|
@ -2422,5 +2422,10 @@ namespace BizHawk.MultiClient
|
|||
c.GetMovie(UserMovie);
|
||||
c.ShowDialog();
|
||||
}
|
||||
|
||||
private void PauseStrip_Click(object sender, EventArgs e)
|
||||
{
|
||||
TogglePause();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue