- improved message for initial data loading
- Simulator wizard page before 1st model set page
- 1st model set component, forced directory loading (and not just displaying model cache)
This commit is contained in:
Klaus Basan
2018-08-19 00:01:01 +02:00
parent cbb0805c7e
commit b79aa0601c
8 changed files with 84 additions and 54 deletions

View File

@@ -36,8 +36,8 @@ namespace BlackGui
DataLoad,
CopyModels,
CopySettingsAndCaches,
FirstModelSet,
ConfigSimulator,
FirstModelSet,
XSwiftBus,
ConfigHotkeys
};
@@ -46,7 +46,7 @@ namespace BlackGui
explicit CConfigurationWizard(QWidget *parent = nullptr);
//! Destructor
virtual ~CConfigurationWizard();
virtual ~CConfigurationWizard() override;
//! Was the last step skipped?
bool lastStepSkipped() const;