Skip to content
Commit a9f1e855 authored by David Redondo's avatar David Redondo 🏎
Browse files

Fix issue preventing spectacle from opening

Summary:
Commit dbb1600c attempted to unify the way how
copy and save are handled. However there was one oversight. On image copy the
check whether to quit doesn't happen on button press but after a image is copied.
This includes when the copy is triggered automatically. If the user has automatic
copying of screenshots enabled, spectacle will not open again because upon start
the automatically taken screenshot is copied and spectacle terminates itself.
This introduces a `copy` method similiar to `save()` and `saveAs()` which does
the check and triggers copying.

Test Plan:
Enable automatic copying of screenshots and check quit after save or copy.
Close Spectacle.
Open Spectacle.

Reviewers: #spectacle, ngraham

Reviewed By: #spectacle, ngraham

Subscribers: ngraham

Tags: #spectacle

Differential Revision: https://phabricator.kde.org/D25765
parent 10a63203
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment