simple selection
This commit is contained in:
@@ -338,6 +338,9 @@ struct CalculatorView: View {
|
||||
Text(calculator.loadName.uppercased())
|
||||
.font(.caption2)
|
||||
.foregroundColor(.secondary)
|
||||
.lineLimit(1)
|
||||
.truncationMode(.tail)
|
||||
.frame(maxWidth: .infinity)
|
||||
|
||||
Button(action: {
|
||||
editingValue = isWattMode ? .power : .current
|
||||
|
||||
Reference in New Issue
Block a user