From a2208916db74a2f41395c12b0665bc55d5fa5fe3 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 15 Jun 2021 18:03:21 +0200 Subject: [PATCH] Update ShowHiddenChannels.plugin.js --- Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js b/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js index 6d64d51e29..c11335b987 100644 --- a/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js +++ b/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js @@ -94,9 +94,9 @@ module.exports = (_ => { }; const sortOrders = { - EXTRA: {value: "extra", label: "Extra Category 'Hidden'"}, NATIVE: {value: "native", label: "Native Category in correct Order"}, - BOTTOM: {value: "bottom", label: "Native Category at the bottom"} + BOTTOM: {value: "bottom", label: "Native Category at the bottom"}, + EXTRA: {value: "extra", label: "Extra Category 'Hidden'"} }; const UserRowComponent = class UserRow extends BdApi.React.Component {