Restore session by default

This commit is contained in:
Mauro Baladés
2024-09-14 14:38:21 -07:00
parent d9980d1c9f
commit 520f4a1598
2 changed files with 5 additions and 1 deletions

View File

@@ -216,4 +216,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: windows-x64-obj-${{ matrix.generic == true && 'generic' || 'specific' }}
path: engine/obj-x86_64-pc-windows-msvc/
path: engine/obj-x86_64-pc-windows-msvc/

View File

@@ -19,6 +19,9 @@ pref("devtools.debugger.prompt-connection", true);
// Dont download the multilingual dictionary
pref("intl.multilingual.downloadEnabled", false);
// Restore session on startup
pref("browser.startup.page", 3);
// Theme
pref('toolkit.legacyUserProfileCustomizations.stylesheets', true);
pref('browser.compactmode.show', true);