Ref T199, improved copy dialog

* filter disabling or hiding can be toggled
* bootstrap file can be shown/hidden
* fixed naming typo "setCacheMode"
This commit is contained in:
Klaus Basan
2018-01-12 04:27:11 +01:00
parent 826760e347
commit 3e1573e6b4
6 changed files with 76 additions and 14 deletions

View File

@@ -162,8 +162,9 @@ namespace BlackGui
if (!m_copyFromOtherSwiftVersion)
{
CCopyConfigurationDialog *d = new CCopyConfigurationDialog(this);
d->setWithBootstrapFile(true);
d->setModal(true);
d->setCacheCode();
d->setCacheMode();
m_copyFromOtherSwiftVersion.reset(d);
}