Replies: 2 comments
-
| 
         Sorry for the delay. To save/restore outside the restore/save lifecycle you may need to roll your own, preferably in a directory used by the lifecycle.  As for settings.ini... I would avoid manipulating it from Phoebus.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Yes, we don't save preferences other than the "memento". We used to store the preferences like this: 
 Whenever you then changed the settings via  That resulted in two issues: So in #3041 we simplified. Remove our copy of  
 You thus get the built-in defaults or what's added via a   | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the preferred way to store a setting in settings.ini from phoebus? When the user opts in or out of my analytics plugin, I want to store the value.
Beta Was this translation helpful? Give feedback.
All reactions