You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ForEach(NodeRunner.allCases, id: \.rawValue){ runner in
102
+
switch runner {
103
+
case.env:
104
+
Text("/usr/bin/env").tag(runner)
105
+
case.bash:
106
+
Text("/bin/bash -i -l").tag(runner)
107
+
case.shell:
108
+
Text("$SHELL -i -l").tag(runner)
109
+
}
110
+
}
111
+
} label:{
112
+
Text("Run Node with")
113
+
}
92
114
}
93
-
94
-
Text("You may have to restart the helper app to apply the changes. To do so, simply close the helper app by clicking on the menu bar icon that looks like a steer wheel, it will automatically restart as needed.")
95
-
.foregroundColor(.secondary)
115
+
116
+
Text(
117
+
"You may have to restart the helper app to apply the changes. To do so, simply close the helper app by clicking on the menu bar icon that looks like a steer wheel, it will automatically restart as needed."
0 commit comments