mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user