Added login dialogs
This commit is contained in:
parent
503e1e143e
commit
9ecb32c3d2
40 changed files with 1100 additions and 169 deletions
|
|
@ -346,7 +346,7 @@ $@" Title: {libraryBook.Book.Title}
|
|||
}
|
||||
|
||||
// if null then ask user
|
||||
dialogResult ??= await MessageBox.Show(string.Format(SkipDialogText + "\r\n\r\nSee Settings to avoid this box in the future.", details), "Skip importing this book?", SkipDialogButtons, MessageBoxIcon.Question, SkipDialogDefaultButton);
|
||||
dialogResult ??= MessageBox.Show(string.Format(SkipDialogText + "\r\n\r\nSee Settings to avoid this box in the future.", details), "Skip importing this book?", SkipDialogButtons, MessageBoxIcon.Question, SkipDialogDefaultButton);
|
||||
|
||||
if (dialogResult == DialogResult.Abort)
|
||||
return ProcessBookResult.FailedAbort;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue