Closed vojto closed 4 years ago
I'm trying to programmatically activate tab in preferences window. Without showing or repositioning window.
I didn't find any better way other than adding a new method to PreferencesWindowController.
PreferencesWindowController
I think it would be better to modify the existing .show method to only activate the chosen tab if the window is already active.
.show
@vojto Bump
I'm trying to programmatically activate tab in preferences window. Without showing or repositioning window.
I didn't find any better way other than adding a new method to
PreferencesWindowController
.