Fix #490
This commit is contained in:
parent
21f3ae45d3
commit
500b287721
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ namespace LibationWinForms.Dialogs
|
|||
},
|
||||
Configuration.KnownDirectories.UserProfile,
|
||||
"Books");
|
||||
booksSelectControl.SelectDirectory(config.Books);
|
||||
booksSelectControl.SelectDirectory(config.Books.PathWithoutPrefix);
|
||||
|
||||
saveEpisodesToSeriesFolderCbox.Checked = config.SavePodcastsToParentFolder;
|
||||
betaOptInCbox.Checked = config.BetaOptIn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue