Do not launch settings dialog after installation
This commit is contained in:
parent
a71ccbac6e
commit
cdf1a01457
17 changed files with 144 additions and 120 deletions
|
|
@ -142,12 +142,6 @@ namespace LibationWinForms
|
|||
// if 'new user' was clicked, or if 'returning user' chose new install: show basic settings dialog
|
||||
config.Books ??= Path.Combine(defaultLibationFilesDir, "Books");
|
||||
|
||||
if (new SettingsDialog().ShowDialog() != DialogResult.OK)
|
||||
{
|
||||
CancelInstallation();
|
||||
return;
|
||||
}
|
||||
|
||||
if (config.LibationSettingsAreValid)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue