Avoiding Wing Help opening
Is there a way to avoid the automatic opening of the Wing Help tab when I create a new project? In particular, can I avoid this from a plugin using the Wing API?
add a comment
First time here? Check out the FAQ!
Is there a way to avoid the automatic opening of the Wing Help tab when I create a new project? In particular, can I avoid this from a plugin using the Wing API?
There isn't an option to not show the help page. You could use a script to close it with the 'close' command after the project is created; you may need to do this in an idle function, though, because the page may be displayed after the project-open signal is emitted.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-09-13 04:58:31 -0600
Seen: 49 times
Last updated: Sep 15 '22