feat: skin viewer in skin changing menu

This commit is contained in:
neoapps-dev
2026-06-14 21:11:38 +03:00
parent ffd4e22d4a
commit 1b0150b719
3 changed files with 56 additions and 39 deletions
-1
View File
@@ -861,7 +861,6 @@ const SettingsView = memo(function SettingsView() {
<div className="w-full space-y-3 flex flex-col items-center overflow-y-auto max-h-[50vh] py-2 settings-scrollbar">
{settingsItems.map((item, index) => {
if (item.id === "back") return null;
if (item.type === "slider") {
return (
<div