Skip to content

Commit

Permalink
enh(cpn): Cloudbuild support - phase 1 (#4856)
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed May 28, 2024
1 parent e033da9 commit 27f53ff
Show file tree
Hide file tree
Showing 51 changed files with 2,040 additions and 929 deletions.
2 changes: 0 additions & 2 deletions companion/src/apppreferencesdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ void AppPreferencesDialog::accept()
profile.externalModuleSize(ui->externalModuleSizeCB->currentData().toInt());
profile.channelOrder(ui->channelorderCB->currentIndex());
profile.defaultMode(ui->stickmodeCB->currentIndex());
profile.renameFwFiles(ui->renameFirmware->isChecked());
profile.burnFirmware(ui->burnFirmware->isChecked());
profile.sdPath(ui->sdPath->text());
profile.pBackupDir(ui->profilebackupPath->text());
Expand Down Expand Up @@ -307,7 +306,6 @@ void AppPreferencesDialog::initSettings()
ui->externalModuleSizeCB->setCurrentIndex(ui->externalModuleSizeCB->findData(profile.externalModuleSize()));
ui->channelorderCB->setCurrentIndex(profile.channelOrder());
ui->stickmodeCB->setCurrentIndex(profile.defaultMode());
ui->renameFirmware->setChecked(profile.renameFwFiles());
ui->sdPath->setText(profile.sdPath());
if (!profile.pBackupDir().isEmpty()) {
if (QDir(profile.pBackupDir()).exists()) {
Expand Down
Loading

0 comments on commit 27f53ff

Please sign in to comment.