From 61330e1bcb3a4e4abfa1cb152bd3c1b8661e33e0 Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 9 Nov 2023 18:38:22 +0000 Subject: [PATCH] Fixes --- .../java/io/xpipe/ext/base/action/RefreshStoreAction.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/base/src/main/java/io/xpipe/ext/base/action/RefreshStoreAction.java b/ext/base/src/main/java/io/xpipe/ext/base/action/RefreshStoreAction.java index 8849aca51..47711ec9c 100644 --- a/ext/base/src/main/java/io/xpipe/ext/base/action/RefreshStoreAction.java +++ b/ext/base/src/main/java/io/xpipe/ext/base/action/RefreshStoreAction.java @@ -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 store) { return new Action(store.get());