Skip to content

Commit

Permalink
screenshot.c: Use the filename provided by the portal request.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jul 11, 2024
1 parent 8a9fae6 commit c73f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screenshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ handle_screenshot (XdpImplScreenshot *object,
org_gnome_shell_screenshot_call_screenshot (cinnamon,
FALSE,
TRUE,
"Screenshot",
handle->save_path,
NULL,
cinnamon_screenshot_done,
handle);
Expand Down

0 comments on commit c73f5c5

Please sign in to comment.