mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +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
Notes:
sideshowbarker
2024-07-17 05:05:51 +09:00
Author: https://github.com/lanmonster
Commit: a099d0e140
Pull-request: https://github.com/SerenityOS/serenity/pull/23460
Reviewed-by: https://github.com/nico ✅
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