Fix #490
This commit is contained in:
parent
21f3ae45d3
commit
500b287721
@ -35,7 +35,7 @@ namespace LibationWinForms.Dialogs
|
|||||||
},
|
},
|
||||||
Configuration.KnownDirectories.UserProfile,
|
Configuration.KnownDirectories.UserProfile,
|
||||||
"Books");
|
"Books");
|
||||||
booksSelectControl.SelectDirectory(config.Books);
|
booksSelectControl.SelectDirectory(config.Books.PathWithoutPrefix);
|
||||||
|
|
||||||
saveEpisodesToSeriesFolderCbox.Checked = config.SavePodcastsToParentFolder;
|
saveEpisodesToSeriesFolderCbox.Checked = config.SavePodcastsToParentFolder;
|
||||||
betaOptInCbox.Checked = config.BetaOptIn;
|
betaOptInCbox.Checked = config.BetaOptIn;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user