From 5210b0ac7bb61b17979e27447f604020f4ab6211 Mon Sep 17 00:00:00 2001 From: Joseph Mattiello Date: Wed, 27 Nov 2024 03:09:39 -0500 Subject: [PATCH] revert bg test Signed-off-by: Joseph Mattiello --- PVUI/Sources/PVSwiftUI/Consoles/ConsoleGamesView.swift | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/PVUI/Sources/PVSwiftUI/Consoles/ConsoleGamesView.swift b/PVUI/Sources/PVSwiftUI/Consoles/ConsoleGamesView.swift index 292392b423..df22d57482 100644 --- a/PVUI/Sources/PVSwiftUI/Consoles/ConsoleGamesView.swift +++ b/PVUI/Sources/PVSwiftUI/Consoles/ConsoleGamesView.swift @@ -141,14 +141,7 @@ struct ConsoleGamesView: SwiftUI.View { var body: some SwiftUI.View { GeometryReader { geometry in ZStack { - if #available(iOS 18.0, *) { - ProvenanceAnimatedBackgroundView() - .ignoresSafeArea(.all) - } else { - PVAnimatedGradient() - .ignoresSafeArea(.all) - } - VStack(spacing: 0) { + VStack(spacing: 0) { displayOptionsView() ZStack(alignment: .bottom) { ScrollView {