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
|
// Update state
|
||||||
const index = this._profiles.length;
|
const index = this._profiles.length;
|
||||||
this._profiles.push(newProfile);
|
this._profiles.push(newProfile);
|
||||||
this._addProfileEntry(index);
|
if (this._profileEntriesSupported) {
|
||||||
|
this._addProfileEntry(index);
|
||||||
|
}
|
||||||
this._updateProfileSelectOptions();
|
this._updateProfileSelectOptions();
|
||||||
|
|
||||||
// Modify settings
|
// Modify settings
|
||||||
|
Loading…
Reference in New Issue
Block a user