mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #218] Multiple icons in the icons menu #93
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#93
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 @yankejustin on GitHub (May 27, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/218
Issue Description
After initializing the xRAT server and closing the main form in a way besides the [X] button, the icon remains (as visible in Figure 1). This is often a common issue with many programs, but perhaps it can be fixed for xRAT. :)
Reference
This line is never hit when closing abnormally, causing a visible leftover NotifyIcon.
Figure 1
@MaxXor commented on GitHub (May 27, 2015):
This is a common problem when the application gets closed unexpectedly, but this shouldn't be the case in normal use of xRAT.
See: https://social.msdn.microsoft.com/Forums/windows/en-US/73c33537-c5d7-4cff-9faa-0a6a0d4a65b4/notifyicon-icon-still-visible-after-closing-form?forum=winforms
@yankejustin commented on GitHub (May 27, 2015):
Thank you for the reference.