feat: keep provider records on switch, only mark active; filter on save
This commit is contained in:
@@ -201,6 +201,7 @@ pub fn pi_file_to_config(file: &PiModelsFile) -> Config {
|
||||
official_url: None,
|
||||
managed: false,
|
||||
enabled: pi_provider.enabled,
|
||||
active: true,
|
||||
raw_other: pi_provider.extra.clone(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user