mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
Game Activity Toggle and SettingsStoreAPI (#587)
This commit is contained in:
parent
8c47b7080d
commit
ae80749dd8
6 changed files with 207 additions and 1 deletions
|
@ -28,6 +28,7 @@ import * as $MessagePopover from "./MessagePopover";
|
|||
import * as $Notices from "./Notices";
|
||||
import * as $Notifications from "./Notifications";
|
||||
import * as $ServerList from "./ServerList";
|
||||
import * as $SettingsStore from "./SettingsStore";
|
||||
import * as $Styles from "./Styles";
|
||||
|
||||
/**
|
||||
|
@ -85,6 +86,10 @@ export const MessageDecorations = $MessageDecorations;
|
|||
* An API allowing you to add components to member list users, in both DM's and servers
|
||||
*/
|
||||
export const MemberListDecorators = $MemberListDecorators;
|
||||
/**
|
||||
* An API allowing you to read, manipulate and automatically update components based on Discord settings
|
||||
*/
|
||||
export const SettingsStore = $SettingsStore;
|
||||
/**
|
||||
* An API allowing you to dynamically load styles
|
||||
* a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue