mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-03-02 14:57:53 +01:00
{firefox,chromium}: experimentally allow printing through system dialog
This commit is contained in:
parent
cbff4d6977
commit
1313639d08
@ -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,
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user