mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #887, improved copy wizard
* initAndPreselectDirectories when wizard page becomes visible * completed copy function
This commit is contained in:
committed by
Mathew Sutcliffe
parent
221e4c2b9c
commit
6e28dfbce3
@@ -46,10 +46,12 @@ namespace BlackGui
|
||||
if (page == ui->wp_CopyCaches)
|
||||
{
|
||||
ui->comp_CopyCaches->setCacheMode();
|
||||
ui->comp_CopyCaches->initAndPreselectDirectories();
|
||||
}
|
||||
else if (page == ui->wp_CopySettings)
|
||||
{
|
||||
ui->comp_CopySettings->setSettingsMode();
|
||||
ui->comp_CopySettings->initAndPreselectDirectories();
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user