We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a4e22 commit 3b7efbdCopy full SHA for 3b7efbd
1 file changed
Studio/CelesteStudio/Dialog/InfoTemplateForm.cs
@@ -59,8 +59,8 @@ await Application.Instance.InvokeAsync(() => {
59
60
CommunicationWrapper.SetCustomInfoTemplate(string.Join('\n', lines));
61
Close();
62
- }) { Text = "&OK" };
63
- var cancelButton = new Button((_, _) => Close()) { Text = "&Cancel" };
+ }) { Text = "OK" };
+ var cancelButton = new Button((_, _) => Close()) { Text = "Cancel" };
64
var buttonsLayout = new DynamicLayout();
65
buttonsLayout.BeginHorizontal();
66
buttonsLayout.Add(cancelButton);
0 commit comments