clean up urlrenderer handling when the webapp is not built
This commit is contained in:
parent
9a5f421768
commit
021c564319
7 changed files with 55 additions and 27 deletions
|
@ -103,7 +103,7 @@ firstRun = do
|
|||
v <- newEmptyMVar
|
||||
let callback a = Just $ a v
|
||||
runAssistant d $ do
|
||||
startNamedThread (Just urlrenderer) $
|
||||
startNamedThread urlrenderer $
|
||||
webAppThread d urlrenderer True
|
||||
(callback signaler)
|
||||
(callback mainthread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue