Minor correction on settings name
This commit is contained in:
parent
1ab2386af0
commit
8b54be3019
@ -37,7 +37,7 @@ struct ExperimentalFeaturesSection: View {
|
||||
|
||||
if isExperimentalFeaturesEnabled {
|
||||
Toggle(isOn: $playbackController.isPauseMediaEnabled) {
|
||||
Text("Pause Media on Playback")
|
||||
Text("Pause Media during recording")
|
||||
}
|
||||
.toggleStyle(.switch)
|
||||
.help("Automatically pause active media playback during recordings and resume afterward.")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user