resolve hotkey conflict for selecting GPU accelerator package

This commit is contained in:
Axel Kohlmeyer
2025-07-05 14:08:42 -04:00
parent 7863df8a76
commit e40d9c0eb2

View File

@ -409,7 +409,7 @@ AcceleratorTab::AcceleratorTab(QSettings *_settings, LammpsWrapper *_lammps, QWi
auto *openmp = new QRadioButton("&OpenMP");
auto *intel = new QRadioButton("&Intel");
auto *kokkos = new QRadioButton("&Kokkos");
auto *gpu = new QRadioButton("&GPU");
auto *gpu = new QRadioButton("GP&U");
auto *buttonLayout = new QVBoxLayout;
buttonLayout->addWidget(none);