mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Migrate
This commit is contained in:
parent
e2fb094e0f
commit
ab00443418
@ -13,6 +13,6 @@ import com.intellij.openapi.util.IconLoader
|
|||||||
import javax.swing.Icon
|
import javax.swing.Icon
|
||||||
|
|
||||||
object Icons {
|
object Icons {
|
||||||
val CommandDeclaration: Icon = IconLoader.getIcon("/icons/commandDeclaration.svg")
|
val CommandDeclaration: Icon = IconLoader.getIcon("/icons/commandDeclaration.svg", Icons::class.java)
|
||||||
val PluginMainDeclaration: Icon = IconLoader.getIcon("/icons/pluginMainDeclaration.png")
|
val PluginMainDeclaration: Icon = IconLoader.getIcon("/icons/pluginMainDeclaration.png", Icons::class.java)
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user