aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java
index 48968e29..c2c121fa 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/StorageManager.java
@@ -350,7 +350,7 @@ public class StorageManager {
return true;
}
- shouldRenderStorageOverlayCached = containerName != null && containerName.trim().startsWith("Storage");
+ shouldRenderStorageOverlayCached = containerName != null && containerName.trim().equals("Storage");
isStorageOpen = shouldRenderStorageOverlayCached;
return shouldRenderStorageOverlayCached;
}