Improve character display in EditTemplateDialog

This commit is contained in:
Michael Bucari-Tovo 2023-01-07 14:33:49 -07:00
parent acb6d1b335
commit ed15614288
5 changed files with 28 additions and 27 deletions

View file

@ -84,7 +84,7 @@ namespace FileLiberator
cancellation = Configuration.Instance
.ObservePropertyChanged<long>(
nameof(Configuration.DownloadSpeedLimit),
(_, s) => DownloadSpeedChanged?.Invoke(this, s));
newVal => DownloadSpeedChanged?.Invoke(this, newVal));
}
}
}