From 428f60d00ef5af54059e5d40cf2d687deeac3430 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 May 2024 19:02:48 +0300 Subject: [PATCH] chromium: recommend restoring previous session at startup This is painful in testing otherwise --- etc/opt/chromium/policies/recommended/restore-on-start.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 etc/opt/chromium/policies/recommended/restore-on-start.json diff --git a/etc/opt/chromium/policies/recommended/restore-on-start.json b/etc/opt/chromium/policies/recommended/restore-on-start.json new file mode 100644 index 00000000..35f8d845 --- /dev/null +++ b/etc/opt/chromium/policies/recommended/restore-on-start.json @@ -0,0 +1 @@ +{ "RestoreOnStartup": 1 }