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 5c7a1c7 commit 54183e1Copy full SHA for 54183e1
src/main/kotlin/com/lambda/gui/components/SettingsWidget.kt
@@ -60,7 +60,7 @@ object SettingsWidget {
60
61
selectable(item.name, selected) {
62
if (!selected) {
63
- (config.automationConfig as? UserAutomationConfig)?.linkedModules?.value?.remove(config.name)
+ (config.backingAutomationConfig as? UserAutomationConfig)?.linkedModules?.value?.remove(config.name)
64
(item as? UserAutomationConfig)?.linkedModules?.value?.add(config.name)
65
config.automationConfig = item as? AutomationConfig ?: return@selectable
66
}
0 commit comments