fixing warnings

This commit is contained in:
LarsBrubaker 2020-07-09 13:20:09 -07:00
parent 22745bec34
commit e268d6e3f1
4 changed files with 17 additions and 10 deletions

View file

@ -3217,9 +3217,9 @@ Support and tutorials:
}
AnyPrintCanceled?.Invoke(sender, e);
}
}
private void ShowNotification(string title, string markdownText, string userKey)
private void ShowNotification(string title, string markdownText, string userKey)
{
var hideAfterPrintMessage = new CheckBox("Don't show this again".Localize())
{