mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1082428 - the Sync toolbar button now opens Sync prefs if the user needs to re-authenticate. r=eoger
This commit is contained in:
parent
1e3a3a0f76
commit
64ebd224c4
@ -248,7 +248,7 @@ let gSyncUI = {
|
||||
},
|
||||
|
||||
handleToolbarButton: function SUI_handleStatusbarButton() {
|
||||
if (this._needsSetup())
|
||||
if (this._needsSetup() || this._loginFailed())
|
||||
this.openSetup();
|
||||
else
|
||||
this.doSync();
|
||||
|
Loading…
Reference in New Issue
Block a user