mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Ref T246, data can also be loaded from resource files
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BlackGui
|
||||
ui(new Ui::CInitialDataLoadComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->comp_DataUpdates->showVisibleLoadAllButtons(true, false);
|
||||
ui->comp_DataUpdates->showVisibleLoadAllButtons(true, false, true);
|
||||
}
|
||||
|
||||
CInitialDataLoadComponent::~CInitialDataLoadComponent()
|
||||
|
||||
Reference in New Issue
Block a user