mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-22 06:19:02 -04:00
Update to graalvm 20 and some small adjustments [stage]
This commit is contained in:
@@ -35,6 +35,10 @@ public interface DataStoreProvider {
|
||||
|
||||
default void preAdd(DataStore store) {}
|
||||
|
||||
default boolean shouldEdit() {
|
||||
return false;
|
||||
}
|
||||
|
||||
default Comp<?> customDisplay(StoreSection s) {
|
||||
return new StandardStoreEntryComp(s.getWrapper(), null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user