vars/interface: Change prompt.persist default to false
Change `prompt.persist` default to false. We want a consistent default that is not conditionally dependent on other values. This makes communication on how the functionality is used more consistent and easier understood.
This commit is contained in:
@@ -282,7 +282,7 @@ in
|
||||
```
|
||||
'';
|
||||
type = bool;
|
||||
default = generator.config.script == "";
|
||||
default = false;
|
||||
};
|
||||
description = lib.mkOption {
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user