mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
Fix PluginMainLineMarkerProvider icon
This commit is contained in:
parent
90c6c7be15
commit
11c75e686c
@ -36,7 +36,7 @@ class PluginMainLineMarkerProvider : LineMarkerProvider {
|
|||||||
|
|
||||||
callElement,
|
callElement,
|
||||||
callElement.textRange,
|
callElement.textRange,
|
||||||
Icons.CommandDeclaration,
|
Icons.PluginMainDeclaration,
|
||||||
tooltipProvider,
|
tooltipProvider,
|
||||||
null, GutterIconRenderer.Alignment.RIGHT
|
null, GutterIconRenderer.Alignment.RIGHT
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user