From 82bd2eb53e4dc8f648c8223203a468c6818cac7e Mon Sep 17 00:00:00 2001 From: Trey t Date: Sat, 13 Dec 2025 10:23:57 -0600 Subject: [PATCH] Disable SampleEntryView in customize screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Shared/Views/CustomizeView/CustomizeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Views/CustomizeView/CustomizeView.swift b/Shared/Views/CustomizeView/CustomizeView.swift index ccce795..fdbb7ab 100644 --- a/Shared/Views/CustomizeView/CustomizeView.swift +++ b/Shared/Views/CustomizeView/CustomizeView.swift @@ -28,7 +28,7 @@ struct CustomizeView: View { .environmentObject(iapManager) // Preview showing current style - SampleEntryView() +// SampleEntryView() // APPEARANCE SettingsSection(title: "Appearance") {