diff --git a/src/components/config/ConfigPane.vue b/src/components/config/ConfigPane.vue index dcfcbe7..9a5a5be 100644 --- a/src/components/config/ConfigPane.vue +++ b/src/components/config/ConfigPane.vue @@ -22,6 +22,7 @@ import ProfileConfig from '@/components/config/pages/ProfileConfig.vue' import MappingConfig from '@/components/config/pages/MappingConfig.vue' import HapticConfig from '@/components/config/pages/HapticConfig.vue' import ScrambleText from '@/components/effects/ScrambleText.vue' +import DevPlayground from '@/components/config/pages/DevPlayground.vue' defineProps({ page: { @@ -35,5 +36,6 @@ const configPages = { feedback_designer: HapticConfig, mapping_configuration: MappingConfig, light_designer: LEDsConfig, + dev_playground: DevPlayground, } \ No newline at end of file diff --git a/src/components/config/ConfigSelect.vue b/src/components/config/ConfigSelect.vue index af3aa63..a272bdf 100644 --- a/src/components/config/ConfigSelect.vue +++ b/src/components/config/ConfigSelect.vue @@ -8,7 +8,7 @@ :class="config.disabled ? 'cursor-not-allowed' : 'cursor-pointer'" @click="current_tab=config.disabled ? current_tab : config.id; $refs.configSelect[index].scramble()">