You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compose-stability-analyzer-idea/src/main/kotlin/com/skydoves/compose/stability/idea/toolwindow/StabilityToolWindow.kt
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ public class StabilityToolWindow(private val project: Project) {
140
140
actionGroup.add(FilterSkippableAction())
141
141
actionGroup.add(FilterUnskippableAction())
142
142
actionGroup.addSeparator()
143
+
actionGroup.add(SettingsAction())
143
144
actionGroup.add(GitHubAction())
144
145
145
146
val toolbar =ActionManager.getInstance()
@@ -508,6 +509,20 @@ public class StabilityToolWindow(private val project: Project) {
0 commit comments