Skip to content

Use a Loader for deferring creation of dialogs in main files

Arjen Hiemstra requested to merge work/ahiemstra/dialogloader into master

Several dialogs are being constructed during startup, while we do not really need them until they actually are about to be shown. Do the same trick d_ed did for the NewStuff dialog and move them into loaders that are activated on demand.

Merge request reports