We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb8e59 commit 7baefa1Copy full SHA for 7baefa1
src/main/kotlin/io/github/ethersync/Icons.kt
@@ -0,0 +1,10 @@
1
+package io.github.ethersync
2
+
3
+import com.intellij.openapi.util.IconLoader
4
5
+object Icons {
6
7
+ @JvmField
8
+ val ToolbarIcon = IconLoader.getIcon("/toolbar.svg", javaClass)
9
10
+}
src/main/kotlin/io/github/ethersync/StartEthersyncDaemonAction.kt
@@ -14,7 +14,7 @@ class StartEthersyncDaemonAction : AnAction() {
14
project,
15
"Provide ethersync peer address. Leave empty if you want to host a new session.",
16
"Peer Address",
17
- Icons.PluginIcon
+ Icons.ToolbarIcon
18
)
19
20
if (address != null) {
0 commit comments