mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Restore session by default
This commit is contained in:
3
.github/workflows/windows-alpha-build.yml
vendored
3
.github/workflows/windows-alpha-build.yml
vendored
@@ -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/
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user