aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/Features.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 10:03:22 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 10:03:22 +0200
commitb292fbe448ebf15c5a00c4b552579bc15c525a2d (patch)
tree7ee5c44234ba29a5e7f3e2f03d88ab5247d3c532 /src/main/java/at/hannibal2/skyhanni/config/Features.java
parent92c9d6e7982bbebf619c6b6352e06d0ac6b28228 (diff)
downloadskyhanni-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.java2
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