Skip to content

Commit 151ac8e

Browse files
committed
Update Mac camera permissions error message
1 parent e4c8732 commit 151ac8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/PlatformErrors.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object PlatformErrors {
2828
}
2929

3030
def showMacOSSecurityMessage(ex: Exception) = {
31-
val message = "It appears that NetLogo does not have permission to use the cameras on this system. Please open System Preferences, Security & Privacy, then the Privacy Tab, select Camera in the list, and allow NetLogo to use the camera. You will need to quit and re-open NetLogo for the change to take effect. See this link for more details: https://support.apple.com/en-euro/guide/mac-help/mchlf6d108da/mac"
31+
val message = "It appears that NetLogo does not have permission to use the cameras on this system. Please open System Preferences, Privacy & Security, select Camera in the list, and allow NetLogo to use the camera. You will need to quit and re-open NetLogo for the change to take effect. See this link for more details: https://support.apple.com/en-euro/guide/mac-help/mchlf6d108da/mac"
3232
showDialog("macOS Camera Permission Needed", message, ex)
3333
}
3434

0 commit comments

Comments
 (0)