feat(settings): add user/color notification icon

This commit is contained in:
2025-12-28 23:55:52 +01:00
parent d7636e9da0
commit 143ea33246

View File

@@ -59,10 +59,12 @@ const menuNotification = computed(() => {
};
});
// TODO: this could be computed instead
const IMAGES_MAP: Record<string, HTMLImageElement> = {
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(() => {