View Single Post
03/27/23, 07:28 AM   #27
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 245
Originally Posted by Baertram View Post
No.

Why do dou even need your addon to use that control,it only shows in the settings panel? So why should it update before one opens this?
As I said you could add a nil check in your function so it does not try to update that description control at the settings if it does not exist yet.
That way your function still runs even without having the addon settings opened once. And with the Lam Panel Controls Created callback you can update it as someone opens the settings.
I need it to do this because its informational for the user to know WHO they have saved to port to and mount etc. If they cant remember they can open the settings and see.

im going to try the callback and detect if it exists already or not maybe.. if it doesn't exist yet then just save the variable and be done with it... It might work like this.
  Reply With Quote