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

[2256] Allow Variable Num of Variables #2257

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

Rixxan
Copy link
Contributor

@Rixxan Rixxan commented Jun 9, 2024

Description

In 5.11.1, a handover occurred from the older/out of date infi.systray to a more updated fork, simplesystray. This worked for the most part, however, a few edge cases showed this fork was not as drop-in a replacement as we were lead to believe.

This fixes the issue (reported in #2256) by allowing the open_window() function to accept any number of variables, with a minimum of 1. This works with both infi.systray and simplesystray logic.

Type of Change

Bugfix

How Tested

Tested with various iterations of minimize to tray and on both infi and simple systray.

Notes

Closes #2256.

@Rixxan Rixxan added bug Ready for Review PRs ready for review and merge labels Jun 9, 2024
@Rixxan Rixxan added this to the Pre-6.0 Changes milestone Jun 9, 2024
@Rixxan Rixxan requested a review from C1701D June 9, 2024 23:20
@Rixxan Rixxan self-assigned this Jun 9, 2024
@Rixxan Rixxan linked an issue Jun 10, 2024 that may be closed by this pull request
2 tasks
@Rixxan Rixxan linked an issue Jun 12, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@C1701D C1701D left a comment

Choose a reason for hiding this comment

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

LGTM

@Rixxan Rixxan merged commit 26e1156 into EDCD:develop Jun 17, 2024
3 checks passed
@Rixxan Rixxan deleted the fix/2256/fix-systray-deiconfiy branch June 17, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Ready for Review PRs ready for review and merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Window couldn't be opened after minimizing to tray bar Minimize to Tray broken in 5.11.1
2 participants