Skip to content

Commit

Permalink
Update ActionSettingsRegistry.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Feb 25, 2024
1 parent ce03b59 commit a25182b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.util.stream.Collectors
class ActionSettingsRegistry {

val actionSettings: MutableMap<String, ActionSettings> = HashMap()
private val version = 2.0040
private val version = 2.0041

fun edit(superChildren: Array<out AnAction>): Array<AnAction> {
val children = superChildren.toList().toMutableList()
Expand Down

0 comments on commit a25182b

Please sign in to comment.