diff --git a/src/components/settings_modal/tabs/old_theme_tab/old_theme_tab.js b/src/components/settings_modal/tabs/old_theme_tab/old_theme_tab.js index d46ddcb52..83f993c86 100644 --- a/src/components/settings_modal/tabs/old_theme_tab/old_theme_tab.js +++ b/src/components/settings_modal/tabs/old_theme_tab/old_theme_tab.js @@ -509,22 +509,14 @@ export default { } }, setCustomTheme() { - useInterfaceStore().setThemeV2({ - customTheme: { - ignore: true, - themeFileVersion: this.selectedVersion, - themeEngineVersion: CURRENT_VERSION, - ...this.previewTheme, - }, - customThemeSource: { - themeFileVersion: this.selectedVersion, - themeEngineVersion: CURRENT_VERSION, - shadows: this.shadowsLocal, - fonts: this.fontsLocal, - opacity: this.currentOpacity, - colors: this.currentColors, - radii: this.currentRadii, - }, + useInterfaceStore().setTheme({ + themeFileVersion: this.selectedVersion, + themeEngineVersion: CURRENT_VERSION, + shadows: this.shadowsLocal, + fonts: this.fontsLocal, + opacity: this.currentOpacity, + colors: this.currentColors, + radii: this.currentRadii, }) }, updatePreviewColors() {