Skip to content

Commit

Permalink
revert bg test
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Nov 27, 2024
1 parent e872811 commit 5210b0a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions PVUI/Sources/PVSwiftUI/Consoles/ConsoleGamesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5210b0a

Please sign in to comment.