This commit is contained in:
Henry Jameson 2024-10-04 14:58:23 +03:00
parent 3d77860e57
commit a21f25ed8e

View file

@ -483,7 +483,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 })