mirror of
https://github.com/jeremysrand/ListenerApp.git
synced 2024-12-30 12:29:52 +00:00
Some very minor UI changes.
This commit is contained in:
parent
65ffb20ac7
commit
b7c020be62
@ -31,16 +31,20 @@ struct ContentView: View {
|
||||
validate(destination: ipAddress)
|
||||
}
|
||||
.padding()
|
||||
|
||||
Label(textHeard, systemImage:"")
|
||||
.labelStyle(TitleOnlyLabelStyle())
|
||||
.padding()
|
||||
|
||||
Button("Listen") {
|
||||
listen()
|
||||
}
|
||||
.padding()
|
||||
.background(listening ? Color.red : Color.white)
|
||||
.foregroundColor(listening ? .black : .blue)
|
||||
.disabled(listenEnabled == false)
|
||||
.padding()
|
||||
.background(listening ? Color.red : Color.white)
|
||||
.foregroundColor(listening ? .black : .blue)
|
||||
.disabled(listenEnabled == false)
|
||||
.frame(maxWidth: .infinity)
|
||||
.buttonStyle(PlainButtonStyle())
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>36</string>
|
||||
<string>39</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
|
Loading…
Reference in New Issue
Block a user