aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/readAllNotificationsButton.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/readAllNotificationsButton.tsx')
-rw-r--r--src/plugins/readAllNotificationsButton.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/readAllNotificationsButton.tsx b/src/plugins/readAllNotificationsButton.tsx
index ee6ecde..b5b0b5f 100644
--- a/src/plugins/readAllNotificationsButton.tsx
+++ b/src/plugins/readAllNotificationsButton.tsx
@@ -62,10 +62,10 @@ export default definePlugin({
renderReadAllButton: () => <ReadAllButton />,
start() {
- addServerListElement(ServerListRenderPosition.In, this.renderReadAllButton);
+ addServerListElement(ServerListRenderPosition.Above, this.renderReadAllButton);
},
stop() {
- removeServerListElement(ServerListRenderPosition.In, this.renderReadAllButton);
+ removeServerListElement(ServerListRenderPosition.Above, this.renderReadAllButton);
}
});