fixing warnings
This commit is contained in:
parent
22745bec34
commit
e268d6e3f1
4 changed files with 17 additions and 10 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue