mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refactor: Clean up setup file reader
Previously we already switch to loading the bootstrap file only from the
local file (ec42553910).
This removes the remaining parts of loading the bootstrap file from a
remote location.
This also updates the UI in case of parsing errors of the bootstrap.json.
This commit is contained in:
@@ -37,11 +37,6 @@ namespace BlackGui::Components
|
||||
ui->comp_CopyConfiguration->setNameFilterDisables(disable);
|
||||
}
|
||||
|
||||
void CCopyConfigurationDialog::setWithBootstrapFile(bool withBootstrapFile)
|
||||
{
|
||||
ui->comp_CopyConfiguration->setWithBootstrapFile(withBootstrapFile);
|
||||
}
|
||||
|
||||
bool CCopyConfigurationDialog::event(QEvent *event)
|
||||
{
|
||||
if (CGuiApplication::triggerShowHelp(this, event)) { return true; }
|
||||
|
||||
Reference in New Issue
Block a user