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
|
||||
|
||||
object Icons {
|
||||
val CommandDeclaration: Icon = IconLoader.getIcon("/icons/commandDeclaration.svg")
|
||||
val PluginMainDeclaration: Icon = IconLoader.getIcon("/icons/pluginMainDeclaration.png")
|
||||
val CommandDeclaration: Icon = IconLoader.getIcon("/icons/commandDeclaration.svg", Icons::class.java)
|
||||
val PluginMainDeclaration: Icon = IconLoader.getIcon("/icons/pluginMainDeclaration.png", Icons::class.java)
|
||||
}
|
Loading…
Reference in New Issue
Block a user