-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change the size of webview icon #5723
Conversation
Signed-off-by: kpge <gekangping@126.com>
@kpge How do you test the change? |
How to test:
BTW, the original icon is too small, you can replace it with a bigger icon, I change it to a cat png icon :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the proper solution is to retrieve icons in the same way as we do in other places of the plugin system, i.e.
Otherwise we need an additional endpoint to fetch icons for webviews and the code deviate from the standard solution. I would look into this direction, maybe i'm wrong and webviews are special somehow. But If not these code can be simplified to use the proper implementation. |
@kpge @vince-fugnitto please file an issue regardless to my comment to investigate and proceed with merging |
Fixes: #5722
Signed-off-by: kpge gekangping@126.com