diff options
Diffstat (limited to 'src/main.hs')
-rw-r--r-- | src/main.hs | 2 |
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 |