onboarding: Wire up settings import (#35366)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
cdce3b3620
commit
afcb8f2a3f
7 changed files with 147 additions and 129 deletions
|
@ -532,7 +532,9 @@ impl SettingsStore {
|
|||
}))
|
||||
.ok();
|
||||
}
|
||||
}
|
||||
|
||||
impl SettingsStore {
|
||||
/// Updates the value of a setting in a JSON file, returning the new text
|
||||
/// for that JSON file.
|
||||
pub fn new_text_for_update<T: Settings>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue