Skip to content
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

fix(systray): Prevent multiple instances of the systray applet to be able to run at the same time #199

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

Antiz96
Copy link
Owner

@Antiz96 Antiz96 commented Jul 4, 2024

Description

Add a test to check if there's already a running instance of the systray applet before starting it to avoid the possibility to have multiple instances running at the same time.

Fixed bug

Fixes #196

Antiz96 added 2 commits July 5, 2024 00:09
…able to run at the same time

Add a test to check if there's already a running instance of the systray applet before starting it to avoid the possibility to have multiple instances running at the same time.

Fixes #196
Copy link
Owner Author

@Antiz96 Antiz96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Antiz96 Antiz96 merged commit fa92a61 into main Jul 4, 2024
1 check passed
@Antiz96 Antiz96 deleted the multiple_systray branch July 4, 2024 22:18
@Antiz96 Antiz96 added this to the v2.2.0 milestone Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple instances of the systray applet can be started at the same time
1 participant