mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Fix missed references to Blender 2.90+
This commit is contained in:
@@ -365,7 +365,7 @@ void MainWindow::enableOperations() {
|
||||
}
|
||||
|
||||
if (!m_ui->sysReqTable->isBlenderVersionOk()) {
|
||||
insertContinueNote(tr("Blender 2.83 must be installed. Please download via Steam or blender.org."));
|
||||
insertContinueNote(tr("Blender 2.90 or greater must be installed. Please download via Steam or blender.org."));
|
||||
} else if (m_ui->launchBtn->isEnabled()) {
|
||||
insertContinueNote(tr("Package complete - Press 'Launch' to start URDE."));
|
||||
} else if (m_ui->packageBtn->isEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user