We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0c9d4 commit 2465ba0Copy full SHA for 2465ba0
2 files changed
lara/views/tweaks/NuggetView.swift
lara/views/tweaks/TweaksView.swift
@@ -59,8 +59,6 @@ struct TweaksView: View {
59
.disabled(!mgr.sbxready)
60
NavigationLink("Custom Overwrite", destination: CustomView(mgr: mgr))
61
.disabled(!mgr.vfsready)
62
- NavigationLink("Nugget", destination: NuggetView(mgr: mgr))
63
- .disabled(!mgr.sbxready || !mgr.vfsready)
64
}
65
66
NavigationLink("Extra Tools", destination: ToolsView())
0 commit comments