Simplest way to override the icon of ShowDevTools #5014
Unanswered
oscar-articulate
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It looks like It's not currently exposed as part of the Pull request welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In

124.3.80
calling ShowDevTools created a form with the following icon:In

130.1.90
calling ShowDevTools creates a form with a new icon:I would like to override this icon with our application's icon.
Currently what I'm doing is:
This is fine but it also requires a lot of other code to handle keyboard, resizing, etc.
Is there a simpler way to do this?
Beta Was this translation helpful? Give feedback.
All reactions