Skip to content

Commit

Permalink
Memory: Tweak options
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanaar committed Jun 5, 2020
1 parent 479e4ee commit e8e97c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Memory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ end
options_header = {
name = PL.options_header_name,
type = "header",
order = 191,
order = 195,
},
autoload = {
name = PL.autoload_name,
desc = PL.autoload_desc,
type = "toggle",
order = 192,
order = 200,
}
}
})
Expand Down

0 comments on commit e8e97c3

Please sign in to comment.