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 switching to the teaBASE preference pane after having another custom preference pane open, all modal windows (SSH passphrase, GPG passphrase, Homebrew install, etc.) open automatically at once, instead of opening on-demand when their respective features are accessed.
Steps to Reproduce
Open System Settings
Open any other custom preference pane first
Switch to teaBASE preference pane
All modal windows open automatically
Expected Behavior
Modal windows should only open when their respective features are accessed by the user (on-demand), not automatically when switching to the preference pane.
Root Cause
The preference pane's window management is not properly handling the window state when switching between panes.
Proposed Solution
Add proper window management to close all modal windows when switching between panes and ensure they only open on user interaction.