mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T246, first model set component as 4th page and init DB data upfront (so data can be used directly)
This commit is contained in:
@@ -33,14 +33,14 @@ namespace BlackGui
|
||||
enum Pages
|
||||
{
|
||||
Legal,
|
||||
CopySettingsAndCaches,
|
||||
DataLoad,
|
||||
CopyModels,
|
||||
CopySettings,
|
||||
CopyCaches,
|
||||
CopySettingsAndCaches,
|
||||
FirstModelSet,
|
||||
CopySettings, //!< deprecated
|
||||
CopyCaches, //!< deprecated
|
||||
ConfigSimulator,
|
||||
XSwiftBus,
|
||||
DataLoad,
|
||||
FirstModelSet,
|
||||
ConfigHotkeys
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user