diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-07 19:48:57 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-07 19:48:57 +0200 |
commit | 9b238c5ae3943c08e2f55286e8822a1a633399b0 (patch) | |
tree | 4b7143b92675421b55a9c1782b987ec6489afe14 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 83f83be24b98518b9c34581958253ec423277174 (diff) | |
download | skyhanni-9b238c5ae3943c08e2f55286e8822a1a633399b0.tar.gz skyhanni-9b238c5ae3943c08e2f55286e8822a1a633399b0.tar.bz2 skyhanni-9b238c5ae3943c08e2f55286e8822a1a633399b0.zip |
add special icons behind friends or guild members
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java index 51c11c082..fcdc3ef38 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -606,6 +606,11 @@ public class MiscConfig { @ConfigOption(name = "Bingo Rank Number", desc = "Show the number of the bingo rank next to the icon. Useful if you are not so familar with bingo.") @ConfigEditorBoolean public boolean showBingoRankNumber = false; + + @Expose + @ConfigOption(name = "Mark Special Persons", desc = "Show speical icons behind the name of guild members, party members, friends, and marked players.") + @ConfigEditorBoolean + public boolean markSpecialPersons = false; } } |