Skip to content

Commit

Permalink
Remove Append version number to firmware file name option from profil…
Browse files Browse the repository at this point in the history
…e settings
  • Loading branch information
elecpower committed Apr 11, 2024
1 parent 7376998 commit 9ccad33
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 338 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 9ccad33

Please sign in to comment.