diff --git a/src/components/views/SettingsView.tsx b/src/components/views/SettingsView.tsx index 8f49a94..ee6f668 100644 --- a/src/components/views/SettingsView.tsx +++ b/src/components/views/SettingsView.tsx @@ -492,7 +492,6 @@ const SettingsView = memo(function SettingsView() { {currentSubMenu === "main" ? ( - // Main settings menu - original style with button textures
{settingsItems.map((item, index) => { if (item.id === "back") return null; @@ -557,7 +556,6 @@ const SettingsView = memo(function SettingsView() { })}
) : ( - // Sub-menus - new style with background.png and toggle switches