mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
PDFViewer: Hide the rendering diagnostics window by default
You can enable it in the Debug menu and we will remember your choice.
This commit is contained in:
parent
d6ab5c9b7d
commit
a099d0e140
5 changed files with 31 additions and 4 deletions
|
@ -89,6 +89,7 @@ struct GraphicsState {
|
|||
struct RenderingPreferences {
|
||||
bool show_clipping_paths { false };
|
||||
bool show_images { true };
|
||||
bool show_diagnostics { false };
|
||||
|
||||
bool clip_images { true };
|
||||
bool clip_paths { true };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue