Update 2FA and Captcha controls

This commit is contained in:
Mbucari 2023-02-27 10:36:37 -07:00
parent 1f1f34b6ce
commit ded58f687d
9 changed files with 51 additions and 35 deletions

View file

@ -47,7 +47,7 @@ namespace LibationWinForms
// load init state to menu checkbox
Load += updateAutoScanLibraryToolStripMenuItem;
// if enabled: begin on load
Load += startAutoScan;
Shown += startAutoScan;
// if new 'default' account is added, run autoscan
AccountsSettingsPersister.Saving += accountsPreSave;