Change some defaults
This commit is contained in:
parent
a66b7a6eab
commit
f8e9c16bc1
4 changed files with 8 additions and 6 deletions
|
|
@ -81,7 +81,7 @@ namespace LibationWinForms.AvaloniaUI.ViewModels
|
|||
Category = string.Join(" > ", Book.CategoriesNames());
|
||||
Misc = GetMiscDisplay(libraryBook);
|
||||
LongDescription = GetDescriptionDisplay(Book);
|
||||
Description = TrimTextToWord(LongDescription, 62);
|
||||
Description = LongDescription;
|
||||
SeriesIndex = Book.SeriesLink.FirstOrDefault()?.Index ?? 0;
|
||||
|
||||
NotifyPropertyChanged(nameof(Title));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue