build master with netlify

This commit is contained in:
JFH
2021-05-09 22:57:43 +02:00
parent a5622f094a
commit be63679167
2 changed files with 2 additions and 16 deletions

View File

@@ -165,7 +165,7 @@ class MainMenu {
* @returns {void}
*/
const openExportWindow = () => {
const { loadingImage } = this.editor.uiStrings.notification;
const loadingImage = this.editor.i18next.t('notification.loadingImage');
if (this.editor.configObj.curConfig.exportWindowType === "new") {
this.editor.exportWindowCt++;
}