diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-17 10:03:22 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-17 10:03:22 +0200 |
commit | b292fbe448ebf15c5a00c4b552579bc15c525a2d (patch) | |
tree | 7ee5c44234ba29a5e7f3e2f03d88ab5247d3c532 /src/main/java/at/hannibal2/skyhanni/config/Features.java | |
parent | 92c9d6e7982bbebf619c6b6352e06d0ac6b28228 (diff) | |
download | skyhanni-b292fbe448ebf15c5a00c4b552579bc15c525a2d.tar.gz skyhanni-b292fbe448ebf15c5a00c4b552579bc15c525a2d.tar.bz2 skyhanni-b292fbe448ebf15c5a00c4b552579bc15c525a2d.zip |
migrate tia relay and harp config into inventory helper
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/Features.java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/Features.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java index 2339b1925..11bbd8c64 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/Features.java +++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java @@ -44,7 +44,7 @@ public class Features extends Config { public About about = new About(); @Expose - @Category(name = "GUI Locations", desc = "Change the locations of GUI elements. (§e/sh gui§7)") + @Category(name = "GUI", desc = "Change the locations of GUI elements. (§e/sh gui§7)") public GUIConfig gui = new GUIConfig(); @Expose |