mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T286, copy settings/cache improvements
* removed old copy component from wizard and setup component * using new copy component * reloading in hotkey component
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "setuploadingdialog.h"
|
||||
#include "copyconfigurationdialog.h"
|
||||
#include "copymodelsfromotherswiftversionsdialog.h"
|
||||
#include "ui_setuploadingdialog.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackcore/setupreader.h"
|
||||
@@ -164,10 +164,8 @@ namespace BlackGui
|
||||
{
|
||||
if (!m_copyFromOtherSwiftVersion)
|
||||
{
|
||||
CCopyConfigurationDialog *d = new CCopyConfigurationDialog(this);
|
||||
d->setWithBootstrapFile(true);
|
||||
CCopyModelsFromOtherSwiftVersionsDialog *d = new CCopyModelsFromOtherSwiftVersionsDialog(this);
|
||||
d->setModal(true);
|
||||
d->setCacheMode();
|
||||
m_copyFromOtherSwiftVersion.reset(d);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user