TAStudio: allow comments to be editted, fixes #3063

This commit is contained in:
alyosha-tas 2022-01-23 09:13:04 -05:00
parent dfc1436c9f
commit e7203db6ad
1 changed files with 1 additions and 1 deletions

View File

@ -1053,7 +1053,7 @@ namespace BizHawk.Client.EmuHawk
private void CommentsMenuItem_Click(object sender, EventArgs e)
{
var form = new EditCommentsForm(CurrentTasMovie, true);
var form = new EditCommentsForm(CurrentTasMovie, false);
form.Show();
}