diff --git a/plugin-playground/src/main/kotlin/KondoKit/plugin.kt b/plugin-playground/src/main/kotlin/KondoKit/plugin.kt index 93cf1e8..17a999b 100644 --- a/plugin-playground/src/main/kotlin/KondoKit/plugin.kt +++ b/plugin-playground/src/main/kotlin/KondoKit/plugin.kt @@ -512,6 +512,7 @@ class plugin : Plugin() { } initialized = true pluginsReloaded = true + updateDisplaySettings() } }