From 143ea33246a1236c573a71cf64d79b08d4613e38 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 28 Dec 2025 23:55:52 +0100 Subject: [PATCH] feat(settings): add user/color notification icon --- app/components/Settings/TopScreen/Notifications.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/Settings/TopScreen/Notifications.vue b/app/components/Settings/TopScreen/Notifications.vue index 4ab8121..ca62273 100644 --- a/app/components/Settings/TopScreen/Notifications.vue +++ b/app/components/Settings/TopScreen/Notifications.vue @@ -59,10 +59,12 @@ const menuNotification = computed(() => { }; }); +// TODO: this could be computed instead const IMAGES_MAP: Record = { optionsStartUp: assets.settings.topScreen.options.startUp, optionsLanguage: assets.settings.topScreen.options.language, optionsGbaMode: assets.settings.topScreen.options.gbaMode, + userColor: assets.settings.topScreen.user.color, }; const submenuNotification = computed(() => {