mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-24 16:40:58 -04:00
Fixes
This commit is contained in:
@@ -57,11 +57,6 @@ public class RefreshStoreAction implements ActionProvider {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ActiveType activeType() {
|
||||
return ActiveType.ALWAYS_ENABLE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ActionProvider.Action createAction(DataStoreEntryRef<FixedHierarchyStore> store) {
|
||||
return new Action(store.get());
|
||||
|
||||
Reference in New Issue
Block a user