diff --git a/src/Zenith/GUI.hs b/src/Zenith/GUI.hs index 44f073d..2e48dd7 100644 --- a/src/Zenith/GUI.hs +++ b/src/Zenith/GUI.hs @@ -2135,12 +2135,13 @@ handleEvent wenv node model evt = -- ReportVKeySaved -> [ Task $ do + generateQRCodes $ model ^. configuration pool <- runNoLoggingT $ initPool $ c_dbPath $ model ^. configuration wL <- getWallets pool (model ^. network) return $ LoadWallets wL , Event $ CloseNVkShow , Event $ ShowMessage "Viewing Key imported!" - , Event $ SetTimerCount + , Event $ StartSync ] -- -- Show Import Seed Phrase Form @@ -2172,6 +2173,7 @@ handleEvent wenv node model evt = -- ReportSeedSaved -> [ Task $ do + generateQRCodes $ model ^. configuration pool <- runNoLoggingT $ initPool $ c_dbPath $ model ^. configuration wL <- getWallets pool (model ^. network) return $ LoadWallets wL