Skip to content

Commit

Permalink
Forgot the rumbleFF toggle switch lol
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino authored Jun 11, 2024
1 parent d12b651 commit 98ea88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guiwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ void guiWindow::on_comPortSelector_currentIndexChanged(int index)
ui->holdToPauseToggle->setChecked(boolSettings[holdToPause]);
ui->commonAnodeToggle->setChecked(boolSettings[commonAnode]);
ui->lowButtonsToggle->setChecked(boolSettings[lowButtonsMode]);
ui->rumbleFFToggle->setChecked(boolSettings[rumbleFF]);
ui->rumbleIntensityBox->setValue(settingsTable[rumbleStrength]);
ui->rumbleLengthBox->setValue(settingsTable[rumbleInterval]);
ui->holdToPauseLengthBox->setValue(settingsTable[holdToPauseLength]);
Expand Down

0 comments on commit 98ea88c

Please sign in to comment.