File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ In your `.ini` file, configure the `Finalshot.dll` plugin as follows:
2828[mScreenshot]
2929Measure =Plugin
3030Plugin =Finalshot.dll
31- SavePath =" D:\\ screenshot.png" ; Define your custom path for the screenshot
31+ SavePath =" D:\screenshot.png" ; Define your custom path for the screenshot
3232ScreenshotFinishAction =[!Log " Screenshot Saved" ] ; Action to execute after screenshot
3333```
3434
@@ -42,7 +42,7 @@ ScreenshotFinishAction=[!Log "Screenshot Saved"] ; Action to execute after scre
4242[mScreenshot]
4343Measure =Plugin
4444Plugin =Finalshot.dll
45- SavePath =" C:\\ Users\\ YourUsername\\ Pictures\ \screenshot.png"
45+ SavePath =" C:\Users\YourUsername\Pictures\screenshot.png"
4646ScreenshotFinishAction =[!Log " Screenshot Saved" ]
4747```
4848
You can’t perform that action at this time.
0 commit comments