fix: widen speed gaps — Slow 1.0x, Med 2.0x, Fast 3.5x (was 1.5/1.75/2.0)
This commit is contained in:
@@ -38,9 +38,9 @@ struct MainTabView: View {
|
||||
}
|
||||
|
||||
private let speedLevels: [(String, String, Double)] = [
|
||||
("Slow", "hare", 1.5),
|
||||
("Med", "figure.walk", 1.75),
|
||||
("Fast", "bolt.fill", 2.0),
|
||||
("Slow", "hare", 1.0),
|
||||
("Med", "figure.walk", 2.0),
|
||||
("Fast", "bolt.fill", 3.5),
|
||||
]
|
||||
|
||||
// Dynamic icon + label for the search-role tab
|
||||
|
||||
Reference in New Issue
Block a user