Update translations when version changed

This commit is contained in:
redphx 2024-05-26 15:05:30 +07:00
parent c09bd9be83
commit 0d0ecca155

View File

@ -28,7 +28,7 @@ export function checkForUpdate() {
}); });
// Update translations // Update translations
Translations.updateTranslations(true); Translations.updateTranslations(currentVersion === SCRIPT_VERSION);
} }