diff --git a/Whisky/Views/Bottle/BottleView.swift b/Whisky/Views/Bottle/BottleView.swift index 243d1531..24b10ff9 100644 --- a/Whisky/Views/Bottle/BottleView.swift +++ b/Whisky/Views/Bottle/BottleView.swift @@ -53,9 +53,9 @@ struct BottleView: View { NavigationLink(value: BottleStage.config) { Label("tab.config", systemImage: "gearshape") } - NavigationLink(value: BottleStage.processes) { - Label("tab.processes", systemImage: "hockey.puck.circle") - } +// NavigationLink(value: BottleStage.processes) { +// Label("tab.processes", systemImage: "hockey.puck.circle") +// } } .formStyle(.grouped) .scrollDisabled(true)