mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Sync Pale Moon code
This commit is contained in:
parent
bb751d3fc3
commit
a5f9344426
15 changed files with 108 additions and 16 deletions
|
|
@ -77,9 +77,14 @@ SessionStartup.prototype = {
|
|||
return;
|
||||
}
|
||||
|
||||
_SessionFile.read().then(
|
||||
this._onSessionFileRead.bind(this)
|
||||
);
|
||||
if (Services.prefs.getBoolPref("browser.sessionstore.resume_session_once") ||
|
||||
Services.prefs.getIntPref("browser.startup.page") == 3) {
|
||||
this._ensureInitialized();
|
||||
} else {
|
||||
_SessionFile.read().then(
|
||||
this._onSessionFileRead.bind(this)
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
// Wrap a string as a nsISupports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue