diff options
author | Nuckyz <61953774+Nuckyz@users.noreply.github.com> | 2023-02-15 22:00:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 02:00:09 +0100 |
commit | 60ccd8cc25d86f10a166a31faf1cb996deb74621 (patch) | |
tree | a9a8858edd023b8c78b6190d0ed8c87a3aafc45a /src/plugins/showHiddenChannels/index.tsx | |
parent | 5c1519156b5cd7e513fd1bfbc71ed263858c5885 (diff) | |
download | Vencord-60ccd8cc25d86f10a166a31faf1cb996deb74621.tar.gz Vencord-60ccd8cc25d86f10a166a31faf1cb996deb74621.tar.bz2 Vencord-60ccd8cc25d86f10a166a31faf1cb996deb74621.zip |
Various plugin fixes (#492)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/plugins/showHiddenChannels/index.tsx')
-rw-r--r-- | src/plugins/showHiddenChannels/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/showHiddenChannels/index.tsx b/src/plugins/showHiddenChannels/index.tsx index a4c7dec..fe14fe6 100644 --- a/src/plugins/showHiddenChannels/index.tsx +++ b/src/plugins/showHiddenChannels/index.tsx @@ -263,7 +263,7 @@ export default definePlugin({ replacement: [ { // Remove the divider and the open chat button for the HiddenChannelLockScreen - match: /(?<=function \i\((?<props>\i)\).{1,1800}"more-options-popout"\)\);if\()/, + match: /(?<=function \i\((?<props>\i)\).{1,2000}"more-options-popout"\)\);if\()/, replace: "(!$self.isHiddenChannel($<props>.channel)||$<props>.inCall)&&" }, { |