Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEmpa committed Jul 25, 2024
1 parent dac62f1 commit a7fa1f4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,12 @@ object OneConfigScreen : Config(
subcategory = "Events",
size = 2,
)
@Switch(
name = "Main Toggle",
description = "Toggles the events.",
category = "Mining",
subcategory = "Events"
)
var miningEventsToggle = true

@Switch(
Expand Down

0 comments on commit a7fa1f4

Please sign in to comment.