Use WebLoginDialog as primary login method on Win10+
This commit is contained in:
parent
53b5c1b902
commit
df2936e0b6
10 changed files with 208 additions and 14 deletions
|
|
@ -32,7 +32,7 @@ namespace LibationWinForms
|
|||
// in autoScan, new books SHALL NOT show dialog
|
||||
try
|
||||
{
|
||||
Task importAsync() => LibraryCommands.ImportAccountAsync(Login.WinformLoginChoiceEager.ApiExtendedFunc, accounts);
|
||||
Task importAsync() => LibraryCommands.ImportAccountAsync(Login.WinformLoginChoiceEager.CreateApiExtendedFunc(this), accounts);
|
||||
if (InvokeRequired)
|
||||
await Invoke(importAsync);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue