mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #674] [Improvement] Remove green progress animation on task bar when importing a video #545
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#545
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theFireProject on GitHub (Jun 11, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/674
Originally assigned to: @NickeManarin on GitHub.
Steps to reproduce the issue
press (File) > Load
pick a video file (.mp4)
"Import frames from video" window opens up
Actual behaviour
While the import window is open, a green progress indicator animation plays on the "ScreeToGif - Editor" window on the task bar. It is really annoying and pointless.
Expected behaviour
The animation is misplaced and shouldn't be there.
Explination
This animation indicates an action in progress, but there is none. It's not used whenever a program is simply waiting for the user to finish a task, it's used when the program is working on a task on its own. If the user randomly pauses their task in ScreenToGif exactly at that point and does something else, the animation continues infinitely and keeps distracting the user.Screenshot
Context
ScreenToGif version: 2.25
@NickeManarin commented on GitHub (Sep 4, 2020):
Done.