summaryrefslogtreecommitdiffstats
path: root/src/main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.hs')
-rw-r--r--src/main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.hs b/src/main.hs
index 133f51c..851dd7f 100644
--- a/src/main.hs
+++ b/src/main.hs
@@ -134,7 +134,7 @@ app client = do
]
} >>= \case
Right MethodReturn{} ->
- awaitCaptureFinish >>= mapM_ (saveImage cGuiPath)
+ awaitCaptureFinish >>= mapM_ (copyToClipboard "image/png")
Left err ->
putLog $ "capture failed: " <> blessMethodError err