forked from 0x2620/pandora
fix #1785 (When opening preferences from welcome dialog, URL doesn't update)
This commit is contained in:
parent
00739a024c
commit
acf0f2906f
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ pandora.ui.accountWelcomeDialog = function() {
|
|||
title: Ox._('Preferences...')
|
||||
}).bindEvent('click', function() {
|
||||
that.close();
|
||||
pandora.$ui.preferencesDialog = pandora.ui.preferencesDialog().open();
|
||||
pandora.UI.set({page: 'preferences'})
|
||||
}),
|
||||
{},
|
||||
Ox.Button({
|
||||
|
|
Loading…
Reference in a new issue