We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af1098 commit 2c0cd3dCopy full SHA for 2c0cd3d
src/icons/TsIcons.kt
@@ -7,8 +7,8 @@ import javax.swing.Icon
7
8
object TsIcons
9
{
10
- val Run = AllIcons.General.Run
11
- val Debug = AllIcons.General.Debug
+ val Run = AllIcons.Actions.Execute
+ val Debug = AllIcons.Actions.StartDebugger
12
13
//val Run = IconLoader.getIcon("/actions/execute.png")
14
//val Debug = IconLoader.getIcon("/actions/startDebugger.png")
0 commit comments