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 9795732 commit 3a86fa5Copy full SHA for 3a86fa5
src/io/flutter/toolwindow/ToolWindowBadgeUpdater.java
@@ -46,7 +46,7 @@ else if (app.getMode() == RunMode.DEBUG) {
46
if (debugToolWindow != null) {
47
Icon baseIcon = AllIcons.Toolwindows.ToolWindowDebugger;
48
BadgeIcon iconWithBadge = new BadgeIcon(baseIcon, BADGE_PAINT);
49
- runToolWindow.setIcon(iconWithBadge);
+ debugToolWindow.setIcon(iconWithBadge);
50
}
51
});
52
0 commit comments