Skip to content

fix: configuration changes don't take effect until restart.#8

Merged
katiekloss merged 1 commit intodevfrom
kk/fixconfiguration
May 21, 2025
Merged

fix: configuration changes don't take effect until restart.#8
katiekloss merged 1 commit intodevfrom
kk/fixconfiguration

Conversation

@katiekloss
Copy link
Owner

A configuration change creates a totally new instance of the configuration object, so we need to discard the one we have. Since most things are singletons, that becomes impossible unless it's done via IPluginManager.

Fixes #5.

A configuration change creates a totally new instance of the configuration object, so we need to discard the one we have. Since most things are singletons, that becomes impossible unless it's done via IPluginManager.

Fixes #5.
@katiekloss katiekloss force-pushed the kk/fixconfiguration branch from 5ebd88d to 618912e Compare May 21, 2025 19:30
@katiekloss katiekloss merged commit 618912e into dev May 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant