mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-27 19:05:46 +00:00
Fix category collapse
This commit is contained in:
@@ -119,6 +119,10 @@ public class StoreCategoryWrapper {
|
||||
category.setName(n);
|
||||
});
|
||||
|
||||
expanded.addListener((c, o, n) -> {
|
||||
category.setExpanded(n);
|
||||
});
|
||||
|
||||
category.addListener(() -> PlatformThread.runLaterIfNeeded(() -> {
|
||||
update();
|
||||
}));
|
||||
|
||||
Vendored
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user