Skip to content

Fix Session dispose

Julian Sparber requested to merge jsparber/fractal:fix_session_leak into fractal-next

We kept many references to Session, therefore we leaked it when the application is closed.

This also removes the loading page from the Window and cleans up how a Session is restored.

Merge request reports