Ref T246, data can also be loaded from resource files

This commit is contained in:
Klaus Basan
2018-07-17 18:58:42 +02:00
parent 0023fbb57f
commit ea5a38faa4
5 changed files with 103 additions and 7 deletions

View File

@@ -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()