{firefox,chromium}: experimentally allow printing through system dialog

This commit is contained in:
Aminda Suomalainen 2026-03-01 09:26:25 +02:00
parent cbff4d6977
commit 1313639d08
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 2 deletions

View File

@ -1302,7 +1302,7 @@
"Value": 90
}
},
"PrintingEnabled": false,
"PrintingEnabled": true,
"PrintingEnabled_comment": "The first print is a mess, second succeeds. Apparently Chrome is innocent. Thus printing is banned entirely in web browsers, save your pdfs before attempting to print them in case that helps.",
"PromptForDownloadLocation": true,
"RequestedLocales": "fi, en-FI, en",
@ -1358,6 +1358,8 @@
},
"ShowHomeButton": true,
"StartDownloadsInTempDirectory": true,
"UseSystemPrintDialog": true,
"UseSystemPrintDialog_comment": "See PrintingEnabled_comment. Maybe system print dialog works without mess?",
"UserMessaging": {
"ExtensionRecommendations": false,
"FeatureRecommendations": false,

View File

@ -1,5 +1,5 @@
{
"DisablePrintPreview": true,
"PrintingEnabled": false,
"PrintingEnabled": true,
"aminda_printing_comment": "Chromium only prints mess and even if system dialog happened to fix that, it wouldn't disobey document fonts in print"
}