Skip to content

Commit

Permalink
Temporarily disable Process Management
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 1, 2024
1 parent 90c9561 commit 5c5ac7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Whisky/Views/Bottle/BottleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c5ac7b

Please sign in to comment.