stuff
This commit is contained in:
parent
44e87f38cb
commit
1de1bad322
|
@ -256,7 +256,7 @@
|
||||||
"CircleIconButton": {"strings": ["className", ".default.circleIconButton"]},
|
"CircleIconButton": {"strings": ["className", ".default.circleIconButton"]},
|
||||||
"CustomStatusModal": {"class": "customstatusmodal"},
|
"CustomStatusModal": {"class": "customstatusmodal"},
|
||||||
"DirectMessage": {"class": "guildouter", "forceObserve": true},
|
"DirectMessage": {"class": "guildouter", "forceObserve": true},
|
||||||
"FocusRing": {"props": ["FocusRingScope"]},
|
"FocusRing": {"props": ["FocusRing", "FocusRingScope"]},
|
||||||
"GuildFavorites": {"strings": [".favoriteIcon", "FAVORITES_GUILD_NAME"]},
|
"GuildFavorites": {"strings": [".favoriteIcon", "FAVORITES_GUILD_NAME"]},
|
||||||
"GuildFolderSettingsModal": {"lazyLoaded": true, "exported": true},
|
"GuildFolderSettingsModal": {"lazyLoaded": true, "exported": true},
|
||||||
"GuildHeader": {"strings": ["bannerVisible", "guildBanner", "onContextMenu"]},
|
"GuildHeader": {"strings": ["bannerVisible", "guildBanner", "onContextMenu"]},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @name EditChannels
|
* @name EditChannels
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 4.4.1
|
* @version 4.4.2
|
||||||
* @description Allows you to locally edit Channels
|
* @description Allows you to locally edit Channels
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -108,7 +108,7 @@ module.exports = (_ => {
|
||||||
HeaderBarContainer: "default",
|
HeaderBarContainer: "default",
|
||||||
ThreadSidebar: "default",
|
ThreadSidebar: "default",
|
||||||
ThreadCard: "type",
|
ThreadCard: "type",
|
||||||
FocusRing: "default",
|
FocusRing: "FocusRing",
|
||||||
ChannelItem: "default",
|
ChannelItem: "default",
|
||||||
GuildSidebarThreadListEntry: "type",
|
GuildSidebarThreadListEntry: "type",
|
||||||
DirectMessage: "render",
|
DirectMessage: "render",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @name EditUsers
|
* @name EditUsers
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 4.6.7
|
* @version 4.6.8
|
||||||
* @description Allows you to locally edit Users
|
* @description Allows you to locally edit Users
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -141,7 +141,7 @@ module.exports = (_ => {
|
||||||
AutocompleteUserResult: "render",
|
AutocompleteUserResult: "render",
|
||||||
DiscordTag: "default",
|
DiscordTag: "default",
|
||||||
NameTag: "default",
|
NameTag: "default",
|
||||||
FocusRing: "default",
|
FocusRing: "FocusRing",
|
||||||
UserPopoutExperimentWrapper: "default",
|
UserPopoutExperimentWrapper: "default",
|
||||||
UserPopoutContainer: "type",
|
UserPopoutContainer: "type",
|
||||||
UsernameSection: "default",
|
UsernameSection: "default",
|
||||||
|
|
Loading…
Reference in New Issue