Skip to content

Commit

Permalink
Don't play warning ding when submitting channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximumADHD committed Aug 28, 2022
1 parent 67c306e commit e8a4b4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ProjectSrc/Forms/Launcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ private void channelSelect_KeyDown(object sender, KeyEventArgs e)
return;

selectChannel(channelSelect.Text);
e.SuppressKeyPress = true;
}
}
}
Binary file modified RobloxStudioModManager.exe
Binary file not shown.

0 comments on commit e8a4b4b

Please sign in to comment.