Skip to content

Commit b00548a

Browse files
authored
Refactor comment for clarity in CompositeCapture
1 parent 974cf2f commit b00548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FinalShot/FinalShot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public static void TakeWindowScreenshot(Settings settings, string windowTitle)
334334

335335
public static void CompositeCapture(Rectangle rect, Settings settings)
336336
{
337-
// ←—— Guard against missing SavePath
337+
// Guard against missing SavePath
338338
if (settings == null || string.IsNullOrWhiteSpace(settings.SavePath))
339339
{
340340
Logger.Log("CompositeCapture: no SavePath, skipping.");

0 commit comments

Comments
 (0)