| 293 | } |
| 294 | |
| 295 | void SettingsFragment::onSavePathsClicked() |
| 296 | { |
| 297 | AppConfig::instance().setIrsPath(ui->irspath->text()); |
| 298 | AppConfig::instance().setVdcPath(ui->ddcpath->text()); |
| 299 | AppConfig::instance().setLiveprogPath(ui->liveprog_path->text()); |
| 300 | } |
| 301 | |
| 302 | void SettingsFragment::onExtractAssetsClicked() |
| 303 | { |