From 520ae90268eeca4f4a3be4a72d464fa3dc0c911a Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sat, 7 Feb 2026 01:39:45 +0100 Subject: [PATCH] feat(settings/options/renderingMode): startUp -> renderingMode --- .../Settings/BottomScreen/Menus/Menus.vue | 12 ++++++------ .../Settings/BottomScreen/Menus/Options/Menu.vue | 2 +- .../Options/{StartUp.vue => RenderingMode.vue} | 10 +++++----- .../Settings/TopScreen/Notifications.vue | 2 +- app/stores/settings.ts | 2 +- i18n/locales/en.json | 8 ++++---- .../home/top-screen/status-bar/startup-mode.webp | Bin 88 -> 0 bytes .../top-screen/options/rendering-mode.webp | Bin 0 -> 398 bytes .../settings/top-screen/options/start-up.webp | Bin 266 -> 0 bytes 9 files changed, 18 insertions(+), 18 deletions(-) rename app/components/Settings/BottomScreen/Menus/Options/{StartUp.vue => RenderingMode.vue} (93%) delete mode 100644 public/nds/images/home/top-screen/status-bar/startup-mode.webp create mode 100644 public/nds/images/settings/top-screen/options/rendering-mode.webp delete mode 100644 public/nds/images/settings/top-screen/options/start-up.webp diff --git a/app/components/Settings/BottomScreen/Menus/Menus.vue b/app/components/Settings/BottomScreen/Menus/Menus.vue index c8cf337..2958416 100644 --- a/app/components/Settings/BottomScreen/Menus/Menus.vue +++ b/app/components/Settings/BottomScreen/Menus/Menus.vue @@ -1,6 +1,6 @@