Fix profile creation not working on settings v1 (#968)
This commit is contained in:
parent
890de095db
commit
cb76848df9
@ -166,7 +166,9 @@ class ProfileController {
|
||||
// Update state
|
||||
const index = this._profiles.length;
|
||||
this._profiles.push(newProfile);
|
||||
if (this._profileEntriesSupported) {
|
||||
this._addProfileEntry(index);
|
||||
}
|
||||
this._updateProfileSelectOptions();
|
||||
|
||||
// Modify settings
|
||||
|
Loading…
Reference in New Issue
Block a user