settings descriptions
This commit is contained in:
parent
c437a39a82
commit
be5e18d977
5 changed files with 17 additions and 7 deletions
|
|
@ -30,6 +30,8 @@ namespace LibationWinForms.Dialogs
|
|||
this.downloadEpisodesCb.Text = desc(nameof(config.DownloadEpisodes));
|
||||
this.booksLocationDescLbl.Text = desc(nameof(config.Books));
|
||||
this.inProgressDescLbl.Text = desc(nameof(config.InProgress));
|
||||
this.allowLibationFixupCbox.Text = desc(nameof(config.AllowLibationFixup));
|
||||
this.splitFilesByChapterCbox.Text = desc(nameof(config.SplitFilesByChapter));
|
||||
|
||||
booksSelectControl.SetSearchTitle("books location");
|
||||
booksSelectControl.SetDirectoryItems(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue