Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
I'd like Firefox to automatically use the "Print using the system dialogue" setting: In older versions, I could use print.tab_modal.enabled = false in about:config to automatically get the ...
#2: Post edited
- I'd like Firefox to automatically use the "Print using the system dialogue" setting:
- ![Screenshot of the Firefox print dialogue](https://powerusers.codidact.com/uploads/hugYYV2P2zqcEADkBD6S56Qb)
- In older versions, I could use
- ```
- print.tab_modal.enabled = false
- ```
- in `about:config` to automatically get the normal system print dialogue, but this options no longer works in Firefox 97.
- I'd like Firefox to automatically use the "Print using the system dialogue" setting:
- ![Screenshot of the Firefox print dialogue](https://powerusers.codidact.com/uploads/hugYYV2P2zqcEADkBD6S56Qb)
- In older versions, I could use
- ```
- print.tab_modal.enabled = false
- ```
- in `about:config` to automatically get the normal system print dialogue, but this options no longer works in Firefox 97.
- (in case it matters, my operation system is macOS 11.6)
#1: Initial revision
Using "Print using system dialogue" as default in Firefox
I'd like Firefox to automatically use the "Print using the system dialogue" setting: ![Screenshot of the Firefox print dialogue](https://powerusers.codidact.com/uploads/hugYYV2P2zqcEADkBD6S56Qb) In older versions, I could use ``` print.tab_modal.enabled = false ``` in `about:config` to automatically get the normal system print dialogue, but this options no longer works in Firefox 97.