Sort the language dropdown alphabetically

This commit is contained in:
Alexander Babikov
2024-03-17 02:39:17 +05:00
parent d212aad317
commit 5b96375baf

View File

@@ -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.);