Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lara/views/tweaks/TweaksView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct TweaksView: View {
NavigationLink("Liquid Glass", destination: LiquidGlassView())
.disabled(!mgr.vfsready)
if doubleSystemVersion() < 26.0 {
NavigationLink("SB Customizer", destination: SpringBoardView())
NavigationLink("SB Customizer", destination: SpringBoardView(mgr: mgr))
.disabled(!mgr.vfsready)
}
}
Expand Down
Loading
Loading