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 8ba6045 commit 325cb19Copy full SHA for 325cb19
src/main/kotlin/com/draculatheme/jetbrains/settings/DraculaSettings.kt
@@ -9,7 +9,7 @@ import com.intellij.openapi.components.service
9
class DraculaSettings : PersistentStateComponent<DraculaState> {
10
companion object {
11
val instance: DraculaSettings
12
- get() = service()
+ get() = service<DraculaSettings>()
13
}
14
15
private var myState = DraculaState()
0 commit comments