Skip to content

Commit

Permalink
Merge pull request #47 from ouuan/restore-use-beta
Browse files Browse the repository at this point in the history
fix(mainwindow): restore use beta setting
  • Loading branch information
coder3101 committed Dec 15, 2019
2 parents d416e90 + b1fc130 commit 8294739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mainwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ void MainWindow::restoreSettings() {

ui->actionEnable_Companion->setChecked(
setting->isCompetitiveCompanionActive());

ui->actionBeta_Updates->setChecked(
setting->isBeta());
}

void MainWindow::runEditorDiagonistics() {
Expand Down

0 comments on commit 8294739

Please sign in to comment.