File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " ActivityToggle" ,
33 "author" : " Neodymium" ,
4- "version" : " 1.2.28 " ,
4+ "version" : " 1.2.29 " ,
55 "description" : " Adds a button to quickly toggle Activity Status." ,
66 "source" : " https://github.com/Neodymium7/BetterDiscordStuff/blob/main/ActivityToggle/ActivityToggle.plugin.js" ,
77 "invite" : " fRbsqH87Av"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import React from "react";
44import { EmptyComponent } from "@lib/utils/react" ;
55
66export const PanelButton = expectModule ( {
7- filter : ( m ) => m ?. render ?. toString ( ) . includes ( "PANEL_BUTTON " ) ,
7+ filter : ( m ) => m ?. render ?. toString ( ) . includes ( "tooltipText " ) ,
88 name : "PanelButton" ,
99 fallback : EmptyComponent ,
1010} ) ;
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default class PinnedMessageIcons implements Plugin {
5454 message . props . children . push (
5555 < Pin
5656 className = "pinned-message-icon"
57- color = "var(--interactive-normal )"
57+ color = "var(--interactive-text-default )"
5858 size = "20px"
5959 width = "20px"
6060 height = "20px"
Original file line number Diff line number Diff line change 11{
22 "name" : " PinnedMessageIcons" ,
33 "author" : " Neodymium" ,
4- "version" : " 2.0.3 " ,
4+ "version" : " 2.0.4 " ,
55 "description" : " Displays an icon on and optionally adds a background to pinned messages." ,
66 "source" : " https://github.com/Neodymium7/BetterDiscordStuff/blob/main/PinnedMessageIcons/PinnedMessageIcons.plugin.js" ,
77 "invite" : " fRbsqH87Av"
You can’t perform that action at this time.
0 commit comments