diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-08-18 09:24:01 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-08-18 09:24:01 +0200 |
commit | 0e0af37e523d0ece489d789e20965bab7336903a (patch) | |
tree | e0b4434c9d0c6acb9665b9b8aff2ff2b2a846d8b | |
parent | c5c64718419b933b6c414c4088cf6a2892f36aec (diff) | |
download | skyhanni-0e0af37e523d0ece489d789e20965bab7336903a.tar.gz skyhanni-0e0af37e523d0ece489d789e20965bab7336903a.tar.bz2 skyhanni-0e0af37e523d0ece489d789e20965bab7336903a.zip |
added todo
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt b/src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt index 5d63993d1..670e07b7f 100644 --- a/src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt +++ b/src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt @@ -351,6 +351,8 @@ object NEUItems { fun neuHasFocus(): Boolean { if (AuctionSearchOverlay.shouldReplace()) return true if (BazaarSearchOverlay.shouldReplace()) return true + // TODO add RecipeSearchOverlay via RecalculatingValue and reflection + // https://github.com/NotEnoughUpdates/NotEnoughUpdates/blob/master/src/main/java/io/github/moulberry/notenoughupdates/overlays/RecipeSearchOverlay.java if (InventoryUtils.inStorage() && InventoryUtils.isNeuStorageEnabled) return true if (NEUOverlay.searchBarHasFocus) return true |