Skip to content

Commit

Permalink
Edited PointerIcon description
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeadSnake committed Apr 12, 2024
1 parent 029a562 commit 6428749
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions util/ConfigUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ The behaviour of the key is dependent on the "ReverseSwitch" option
"UI", "PointerIcon",
"HoverIcon.png",
String.Format("""
Accepts a file name relative to the plugin name or a full system path
You can either choose one of the three default icons "HoverIcon.png", "CrossIcon.png", "DotIcon.png" or
create your own (Only .png and .jpg are supported) and place it in: {0}
Accepts a file name relative to the plugin name, a full system path or you can
choose one of the three default icons "HoverIcon.png", "CrossIcon.png", "DotIcon.png".
If you create your own icon make sure it's either a .png or .jpg file.
Examples: "HoverIcon.png" or "X:\Images\SomeImage.png"
""", pluginFolder)
""")
);
ConfigUtil.CONFIG_SHOW_POINTER = config.Bind(
"UI", "ShowPointer",
Expand Down

0 comments on commit 6428749

Please sign in to comment.