BUG: Fixing the empty dialog on startup
Created by: hina-shah
The progress dialog of SlicerExtensionRestoreWidget was enabled at the initialization causing it to show up. Right now closing it during the initialization so that the pop up does not show. Ideally maybe the instance of the ProgressDialog should be created and deleted only when it's needed!