From 6e465712d5a803a72293ff9fd396011ff76d8ee9 Mon Sep 17 00:00:00 2001 From: Land <84073086+LandWarderer2772@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:32:00 +0530 Subject: [PATCH] Update AMOLED toggle to use v-model for binding this makes sure that the toggle doesnt revert back to being off after reloading this was an issue that i couldnt test out where the toggle would revert back to the off state while the page remained in the amoled state --- docs/.vitepress/theme/components/ColorPicker.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/components/ColorPicker.vue b/docs/.vitepress/theme/components/ColorPicker.vue index 856bd1b01..098d2e5a9 100644 --- a/docs/.vitepress/theme/components/ColorPicker.vue +++ b/docs/.vitepress/theme/components/ColorPicker.vue @@ -135,7 +135,7 @@ const normalizeColorName = (colorName: string) =>
AMOLED - +
- \ No newline at end of file +