Mithil Poojary
Mithil Poojary
- Add option to copy image under `Image` menu. - Add shortcut `CTRL-C` We can use [xclip](https://github.com/astrand/xclip) to achieve this. `xclip -selection clipboard -t image/png -i /path/to/image.png`
This happens when image is bigger than the program window. If the window is resized enough to fit in the image entirely without needing to shrink it, the quality is...
### Steps to reproduce 1. Attempt a test. 2. Note the time taken. 3. Play the replay. 4. Notice that the time taken is more. ### Expected behaviour Replay should...
This PR aims to implement the feature #7570. 1. Added new setting `ask_user_upon_size_discrepancy` with as bool based on which either continue asking the user every time for input, or set...