Skip to content

Commit

Permalink
fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Oct 29, 2024
1 parent 8794e7c commit f1309c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ extension HomePage.Views.BackgroundCategoryView {
fileprivate typealias BackgroundThumbnailView = HomePage.Views.BackgroundThumbnailView
}

#if DEBUG
#Preview {
@State var isSettingsVisible: Bool = true

Expand Down Expand Up @@ -260,3 +261,4 @@ extension HomePage.Views.BackgroundCategoryView {
))
.environmentObject(HomePage.Models.AddressBarModel(tabCollectionViewModel: TabCollectionViewModel(), privacyConfigurationManager: MockPrivacyConfigurationManager()))
}
#endif

0 comments on commit f1309c4

Please sign in to comment.