Improve character display in EditTemplateDialog
This commit is contained in:
parent
acb6d1b335
commit
ed15614288
5 changed files with 28 additions and 27 deletions
|
|
@ -84,7 +84,7 @@ namespace FileLiberator
|
|||
cancellation = Configuration.Instance
|
||||
.ObservePropertyChanged<long>(
|
||||
nameof(Configuration.DownloadSpeedLimit),
|
||||
(_, s) => DownloadSpeedChanged?.Invoke(this, s));
|
||||
newVal => DownloadSpeedChanged?.Invoke(this, newVal));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue