mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1233750 - about:profiles - Setting a profile as default, selects it too, r=ehsan
This commit is contained in:
parent
837f1ced88
commit
47f282fda3
@ -330,6 +330,7 @@ function removeProfile(profile) {
|
||||
|
||||
function defaultProfile(profile) {
|
||||
ProfileService.defaultProfile = profile;
|
||||
ProfileService.selectedProfile = profile;
|
||||
ProfileService.flush();
|
||||
refreshUI();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user