Skip to content

Commit

Permalink
Sort the language dropdown alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
lemondrops committed Mar 16, 2024
1 parent d212aad commit 5b96375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/qt_progsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ ProgSettings::ProgSettings(QWidget *parent)
ui->comboBoxLanguage->setCurrentIndex(ui->comboBoxLanguage->findData(i.key()));
}
}
ui->comboBoxLanguage->model()->sort(Qt::AscendingOrder);

mouseSensitivity = mouse_sensitivity;
ui->horizontalSlider->setValue(mouseSensitivity * 100.);
Expand Down

0 comments on commit 5b96375

Please sign in to comment.