Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
izhangzhihao committed Aug 13, 2018
1 parent 65cd2eb commit 078e24c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.intellij.util.xmlb.XmlSerializerUtil.copyBean
import org.jetbrains.annotations.Nullable


@State(name = "RainbowSettings", storages = [(Storage("rainbow_brackets.xml"))])
@State(name = "RainbowBracketsSettings", storages = [(Storage("rainbow_brackets.xml"))])
class RainbowSettings : PersistentStateComponent<RainbowSettings> {
/**
* default value
Expand Down

0 comments on commit 078e24c

Please sign in to comment.