-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add setting to toggle photos taken by ingame camera to be saved in documents folder (fixes #3542) #3667
base: master
Are you sure you want to change the base?
Conversation
Would it save to %USERPROFILE%/Documents or MTA/screenshots? |
This is only related to the ingame camera taking photos. screenshots taken by pressing f12 are not affected. |
I think it would be better to save them in screenshots folder. |
The current behaviour is the ingame camera saves the photo to the userprofile documents folder. This PR allows this behaviour to be disabled so no screenshot is being saved to disk when taking one ingame. |
It doesn't look like |
Adds a new setting in video tab called "Save photos inside documents folder" which allows you to decide if you want to save photos taken by ingame camera to be saved in documents folder or not.
fixes #3542