Fix category collapse

This commit is contained in:
crschnick
2026-01-08 07:56:33 +00:00
parent 481bb732e1
commit 6913e6c026
2 changed files with 5 additions and 0 deletions
@@ -119,6 +119,10 @@ public class StoreCategoryWrapper {
category.setName(n);
});
expanded.addListener((c, o, n) -> {
category.setExpanded(n);
});
category.addListener(() -> PlatformThread.runLaterIfNeeded(() -> {
update();
}));
+1
View File
@@ -3,3 +3,4 @@
- Fix various performance issues
- Fix HTTP API not supplying CORS headers for web-based API clients
- Fix hibernation behaviour setting not persisting
- Fix category collapsed state always resetting