feat(settings/options/renderingMode): startUp -> renderingMode

This commit is contained in:
2026-02-07 01:39:45 +01:00
parent 99ba13961e
commit 520ae90268
9 changed files with 18 additions and 18 deletions

View File

@@ -45,7 +45,7 @@ const mainNotification = computed(() => ({
const IMAGES_MAP: Record<string, AtlasImage> = {
options: assets.images.settings.topScreen.options.options,
optionsStartUp: assets.images.settings.topScreen.options.startUp,
optionsRenderingMode: assets.images.settings.topScreen.options.renderingMode,
optionsLanguage: assets.images.settings.topScreen.options.language,
options2048: assets.images.settings.topScreen.options._2048,