Skip to content

Commit f164406

Browse files
committed
add run all label for clarity
1 parent 0fdc86f commit f164406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/HostApp/Benchmark/Presentation/View/BenchmarkView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct BenchmarkView: View {
3939
try? await viewModel.runBenchmark(for: directory)
4040
}
4141
} label: {
42-
Image(systemName: "play")
42+
Label("Run all Tasks", systemImage: "play")
4343
}
4444
Button {
4545
NSWorkspace.shared.open(directory.url)

0 commit comments

Comments
 (0)