Skip to content

Commit

Permalink
Release CollapseEmbeds v1.0.4
Browse files Browse the repository at this point in the history
- Fix crash related to Discord update (#168)
  • Loading branch information
Zerthox committed Nov 2, 2023
1 parent 6e21f42 commit dae58ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/bd/CollapseEmbeds.plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name CollapseEmbeds
* @version 1.0.3
* @version 1.0.4
* @author Zerthox
* @authorLink https://github.com/Zerthox
* @description Adds a button to collapse embeds & attachments.
Expand Down Expand Up @@ -368,7 +368,7 @@ const styles = {
attachment: "attachment-CollapseEmbeds"
};

const Arrow = bySource(["d:\"m6 10"], { entries: true });
const Arrow = bySource(["d:\"M5.293 9"], { entries: true });
const Hider = ({ placeholders, type, children }) => {
const [shown, setShown] = React.useState(!Settings.current.hideByDefault);
Settings.useListener(({ hideByDefault }) => setShown(!hideByDefault), []);
Expand Down
2 changes: 1 addition & 1 deletion dist/bd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adds new functionality to server folders. Custom Folder Icons. Close other folde
## [BetterVolume](https://betterdiscord.app/plugin/BetterVolume) <sub><sup>`v2.5.0` *(Updated: 25/09/2023)*</sup></sub>
Set user volume values manually instead of using a slider. Allows setting volumes higher than 200%.

## [CollapseEmbeds](https://betterdiscord.app/plugin/CollapseEmbeds) <sub><sup>`v1.0.3` *(Updated: 26/09/2023)*</sup></sub>
## [CollapseEmbeds](https://betterdiscord.app/plugin/CollapseEmbeds) <sub><sup>`v1.0.4` *(Updated: 02/11/2023)*</sup></sub>
Adds a button to collapse embeds & attachments.

## [OnlineFriendCount](https://betterdiscord.app/plugin/OnlineFriendCount) <sub><sup>`v3.1.3` *(Updated: 29/10/2023)*</sup></sub>
Expand Down

0 comments on commit dae58ff

Please sign in to comment.