Merge pull request #850 from DarkLordZach/icon-meta

Add Icons and Metadata Support
This commit is contained in:
bunnei 2018-08-08 12:27:19 -04:00 committed by GitHub
commit fd9da4232b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 490 additions and 20 deletions

View file

@ -21,6 +21,7 @@ void ConfigureDialog::setConfiguration() {}
void ConfigureDialog::applyConfiguration() {
ui->generalTab->applyConfiguration();
ui->gameListTab->applyConfiguration();
ui->systemTab->applyConfiguration();
ui->inputTab->applyConfiguration();
ui->graphicsTab->applyConfiguration();