update TODO file

This commit is contained in:
Axel Kohlmeyer
2023-10-01 11:46:16 -04:00
parent e7b9bc2d4f
commit 77d0475fb7
2 changed files with 18 additions and 1 deletions

View File

@ -176,7 +176,7 @@ LammpsGui::LammpsGui(QWidget *parent, const char *filename) :
update_recents();
// check if we have OVITO and VMD installed and deacivate actions if not
// check if we have OVITO and VMD installed and deactivate actions if not
ui->actionView_in_OVITO->setEnabled(has_exe("ovito"));
ui->actionView_in_OVITO->setData("ovito");
ui->actionView_in_VMD->setEnabled(has_exe("vmd"));