Open cropper view at app launch
See original GitHub issueI think it would be nice if Kap would show the cropper view at launch. I only have Kap open when I actually want to use it and this would make it quicker for me to start recording.
It should not however be opened if Kap was launched at system startup. We can detect this with app.getLoginItemSettings
, which returns an object with wasOpenedAtLogin
.
https://electronjs.org/docs/api/app#appgetloginitemsettingsoptions-macos-windows
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Open cropper view at app launch #544 - wulkano/Kap - GitHub
It's either showing the cropper at launch or some sort of hint that you need to draw the cropper, with the latter we...
Read more >open crop intent android - Stack Overflow
I am using the following code to allow user to capture Image and then crop it in android, I have found the code...
Read more >How to Crop an Image in Android (with ActivityResultContracts)
In this video you will learn how you can crop an image in Android using a custom ActivityResultContract.⭐ Get certificates for your future ......
Read more >react-native-image-crop-picker - npm
Open your Xcode project · Go to your project settings by opening the project name on the Navigation (left side) · Select your...
Read more >BatchCropper on the App Store
BatchCropper is a simple app which enables you to crop a number of photos at a time. The cropped photos can be saved...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure, but I think it should default to showing the cropper view.
@skllcrn I think this was about opening the cropper window (not drawing a cropper necessarily) when the app first launches
At least that’s how I understand it