Skip to content

Commit

Permalink
Add long explanation tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Nov 16, 2024
1 parent 17fa02d commit 43341a6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ public class BotSettings implements SettingsObject {
.namespace(NAMESPACE)
.key("restore-on-reboot")
.uiName("Restore on Reboot")
.description("Whether the attack should be restored after a reboot of the SoulFire machine. If turned off, the attack will not be restored after a reboot.")
.description("""
Whether the attack should be restored after a reboot of the SoulFire machine.
If turned off, the attack will not be restored after a reboot.""")
.defaultValue(true)
.build();

Expand Down

0 comments on commit 43341a6

Please sign in to comment.