diff --git a/src/modules/interface.js b/src/modules/interface.js index 96d23cbcd..8d9e15d23 100644 --- a/src/modules/interface.js +++ b/src/modules/interface.js @@ -480,7 +480,7 @@ const interfaceMod = { userThemeV2Name || instanceThemeV2Name ) themeNameUsed = theme.nameUsed - themeDataUsed = theme.dataUsed + themeDataUsed = { ...theme.dataUsed, themeEngineVersion: CURRENT_VERSION } // Themes v2 editor support commit('setInstanceOption', { name: 'themeData', value: themeDataUsed })