Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
popcorn9499 committed Dec 17, 2020
1 parent cf40c0d commit 74c5db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProcessAudiobooks-UI/MainWindow.xaml.cs
Expand Up @@ -94,7 +94,7 @@ private void btnAddBook_Click(object sender, RoutedEventArgs e)
{
audiobookWindow = new AddAudiobookWindow(audiobook, outputDirOverride);
}
audiobookWindow.ShowDialog(); //used show dialog to keep the window open for an extended perikod of time
audiobookWindow.ShowDialog(); //used show dialog to keep the window open for an extended period of time
if (audiobookWindow.book == null) //if we never set a audiobook we know it was never configured therefore just stop trying to add it to the listview
return;
audiobook = audiobookWindow.book;
Expand Down

0 comments on commit 74c5db3

Please sign in to comment.