change screen capture to context awareness

This commit is contained in:
Beingpax 2025-05-26 18:46:18 +05:45
parent 0daea5ac07
commit 562456837e
2 changed files with 2 additions and 2 deletions

View File

@ -601,7 +601,7 @@ struct ConfigurationView: View {
Divider()
// Add Screen Capture toggle
Toggle("Context Awareness", isOn: $useScreenCapture)
.frame(maxWidth: .infinity, alignment: .leading)

View File

@ -175,7 +175,7 @@ struct EnhancementSettingsView: View {
}
VStack(alignment: .leading, spacing: 4) {
Toggle("Screen Capture", isOn: $enhancementService.useScreenCaptureContext)
Toggle("Context Awareness", isOn: $enhancementService.useScreenCaptureContext)
.toggleStyle(.switch)
.disabled(!enhancementService.isEnhancementEnabled)
Text("Learn what is on the screen to understand the context")