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(() => {