-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the ability to cache the last region #2615
Conversation
@mmahmoudian I still need to review the code a bit more before merging but this adds an option that enables re-using the last region if you want to test it . |
I have few points to raise, so I enumerate them to be able to easily discuss them:
I personally think the latter makes more sense as the user can also see the geometry. I additionally suggest having the following (simultaneously):
|
This exists today, but I'm fine to make it disabled by default:
Good suggestion, I'll add this.
Can you describe the difference? They behave the same for me I first had this feature confined to only the launcher, but then I added the config option that enables it globally. So the behavior is the launcher always remembers the last region, but flameshot gui / tray icon can be optionally enabled or disabled. |
You are right, Somehow I unconsciously expected it to be added to the bottom of the list of checkboxes. My bad.
On my computer, when I run
I'm fine with this. Sounds logical to me, specially if we get that new CLI argument, users will be much less dependent on the launcher for this feature in one-off mode. So in my mind, this is perfect 👍 |
@mmahmoudian are you aborting the screenshot without copying to clipboard or saving? I only save the previous region when a final action happened. I did all my testing on MacOS but the gui cli option is behaving the same as the tray. I do further testing on Linux. |
Sorry, I forgot to answer. Yeah I was cancelling. We should clarify in our documentation that this happens only when the final action is triggered. |
* Added the ability to cache the last region * adding cli option * addressed typo comments and applied clang-format (cherry picked from commit 46801d9)
Thank you very much, it is a feature that many people were clamoring for... finally!! Now I will just use FlameShot. 🎉🥳 |
Thanks a lot 😀 That's awesome! 🎉 |
No description provided.