feat(settings): add user/color notification icon
This commit is contained in:
@@ -59,10 +59,12 @@ const menuNotification = computed(() => {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TODO: this could be computed instead
|
||||||
const IMAGES_MAP: Record<string, HTMLImageElement> = {
|
const IMAGES_MAP: Record<string, HTMLImageElement> = {
|
||||||
optionsStartUp: assets.settings.topScreen.options.startUp,
|
optionsStartUp: assets.settings.topScreen.options.startUp,
|
||||||
optionsLanguage: assets.settings.topScreen.options.language,
|
optionsLanguage: assets.settings.topScreen.options.language,
|
||||||
optionsGbaMode: assets.settings.topScreen.options.gbaMode,
|
optionsGbaMode: assets.settings.topScreen.options.gbaMode,
|
||||||
|
userColor: assets.settings.topScreen.user.color,
|
||||||
};
|
};
|
||||||
|
|
||||||
const submenuNotification = computed(() => {
|
const submenuNotification = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user