Show something on first plugin launch only?
-
I'm wondering if it would be possible to show a panel only the first time the plugin is loaded? I'd like to add a little quick tutorial for the interface, but I don't want it to show every time. Thanks, again!
-
Yes, you'll need to use import/export JSON data. You'll add a flag to the JSON object which you can check when the instrument is loaded and set to true after first load.
-
@tomekslesicki Dave's right and I would add that you can put a button in a setting page for instance that resets the flag. So the panel appears again at the next launch...
-
Nice! I'll research that, thanks! :-)