Hi Steve,
I was thinking as part of the Setting Page comment block. And the button I’m referring to is the submit button, which can be defined as part of the piklist_admin_pages array. So the following would be a tab with a submit button that says “Import”:
/*
Setttings: my-plugin-settings
Tab: Import
Submit Button: Import Now
*/
And this would be a page with no submit button at all:
/*
Settings: my-plugin-settings
Tab: Overview
Submit Button: false
*/
Does that make sense? 🙂