aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-08-18 09:24:01 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-08-18 09:24:01 +0200
commit0e0af37e523d0ece489d789e20965bab7336903a (patch)
treee0b4434c9d0c6acb9665b9b8aff2ff2b2a846d8b
parentc5c64718419b933b6c414c4088cf6a2892f36aec (diff)
downloadskyhanni-0e0af37e523d0ece489d789e20965bab7336903a.tar.gz
skyhanni-0e0af37e523d0ece489d789e20965bab7336903a.tar.bz2
skyhanni-0e0af37e523d0ece489d789e20965bab7336903a.zip
added todo
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt2
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