EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
987 stars 155 forks source link

[2256] Allow Variable Num of Variables #2257

Closed Rixxan closed 1 week ago

Rixxan commented 3 weeks ago

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.