summaryrefslogtreecommitdiffstats
path: root/apps/theming/src/components/ItemPreview.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/src/components/ItemPreview.vue')
-rw-r--r--apps/theming/src/components/ItemPreview.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/src/components/ItemPreview.vue b/apps/theming/src/components/ItemPreview.vue
index fac25ac7ae7..90fee453ddf 100644
--- a/apps/theming/src/components/ItemPreview.vue
+++ b/apps/theming/src/components/ItemPreview.vue
@@ -67,7 +67,7 @@ export default {
return this.selected
},
set(checked) {
- console.debug('Selecting theme', this.theme, checked)
+ console.debug('Changed theme', this.theme.id, checked)
// If this is a radio, we can only enable
if (!this.unique) {