You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you get your monitor all set up the way you like it, close it, and reopen it, it always fails to open the variables window (no error, but the checkbox is not checked so it isn't open). If you open it manually by checking the box, its settings are lost and it opens using the settings for the mode window (they always directly overlap each other).
I'm not set up for branching this project and making a pull request, so my apologies there, but I do know the sources of the issue and the fixes. Looks like an old copy and paste issue that has slid under the radar...
In the mpfmon.py file, improperly references modes window:
self.toggle_variables_window_action = QAction('&Variables', self.device_window,
statusTip='Show the variables window',
triggered=self.toggle_mode_window)
Also In the mpfmon.py file, missing a reference to the variables window entirely:
When you get your monitor all set up the way you like it, close it, and reopen it, it always fails to open the variables window (no error, but the checkbox is not checked so it isn't open). If you open it manually by checking the box, its settings are lost and it opens using the settings for the mode window (they always directly overlap each other).
I'm not set up for branching this project and making a pull request, so my apologies there, but I do know the sources of the issue and the fixes. Looks like an old copy and paste issue that has slid under the radar...
In the mpfmon.py file, improperly references modes window:
Also In the mpfmon.py file, missing a reference to the variables window entirely:
In variables.py, improperly references modes window:
Found in MPF-Monitor 0.57.1. Fixing those got it working as expected for me. Thanks!
The text was updated successfully, but these errors were encountered: