You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Notifies you when a module is enabled or disabled",
39
-
tag = ModuleTag.CLIENT
37
+
tag = ModuleTag.CLIENT,
38
+
enabledByDefault = true
40
39
) {
41
40
var notifyTarget by setting("Notify Target", setOf<NotifyTarget>(NotifyTarget.ActionBar), NotifyTarget.entries.toSet(), description ="Where to send notifications when modules are toggled")
0 commit comments