Version changed cause by change of engine is now emitted

This commit is contained in:
2023-06-27 08:57:54 +02:00
parent 7066f13193
commit dc8ed79230

View File

@@ -73,6 +73,7 @@ function selectDefaultEngine() {
function selectDefaultVersion() {
const lastVersion = versionsForCurrentEngine.value.length - 1
version.value = versionsForCurrentEngine.value[lastVersion];
emitVersionChange();
}
function process() {