Skip to content

Commit

Permalink
Move .db into LM.db
Browse files Browse the repository at this point in the history
  • Loading branch information
mbattersby committed Aug 11, 2024
1 parent 40b0193 commit 9c0dbda
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 142 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ processing.
Lots of the other parts of the code look at the options to decide how to
behave. They should always use the getter/setter method.

LM.Options.db fires two LibCallback events that can be listened for:
LM.db fires two LibCallback events that can be listened for:
OnOptionsModified (when any setting is changed) and OnOptionsProfile
(profile changed).

Expand Down Expand Up @@ -82,7 +82,7 @@ rules that are attempted when it is clicked.

```
LM.ActionButton
Create(n) - Buttons are named LM_B{n} and use LM.Options.db.buttonActions[n]
Create(n) - Buttons are named LM_B{n} and use LM.db.buttonActions[n]
```

### Rule.lua
Expand Down
Loading

0 comments on commit 9c0dbda

Please sign in to comment.