forked from NG-SD-Plugins/PowerTools
Make Persistent description a bit more self-evident, as requested by sentient burger conglomerate
This commit is contained in:
parent
01c86eeafe
commit
1a49516d51
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ const Content: VFC<{ serverAPI: ServerAPI }> = ({}) => {
|
|||
<ToggleField
|
||||
checked={get_value(PERSISTENT_GEN)}
|
||||
label="Persistent"
|
||||
description="Restores settings after an app or OS restart"
|
||||
description="Save profile and load it next time"
|
||||
onChange={(persist: boolean) => {
|
||||
console.debug("Persist is now " + persist.toString());
|
||||
backend.resolve(
|
||||
|
|
Loading…
Reference in a new issue