This commit is contained in:
Mbucari 2023-02-13 08:08:10 -07:00
parent 21f3ae45d3
commit 500b287721

View File

@ -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;