stuff
This commit is contained in:
parent
dc30e7dbdb
commit
519b40d4a5
|
@ -1322,8 +1322,8 @@
|
|||
"mentionInteractive": "interactive",
|
||||
"mentionWrapper": "wrapper_1ZcZW-",
|
||||
"messagesLoadingWrapper": "wrapper_3HVHpV",
|
||||
"nameContainer": "container_32HW5s",
|
||||
"nameContainerNameContainer": "container_q97qHp",
|
||||
"nameContainer": "container__4f20e",
|
||||
"nameContainerNameContainer": "container_de798d",
|
||||
"hueCursor": "hue_cursor",
|
||||
"hueHorizontal": "hue-horizontal",
|
||||
"hueVertical": "hue-vertical",
|
||||
|
@ -1333,13 +1333,12 @@
|
|||
"saturationWhite": "saturation-white",
|
||||
"searchResultsPagination": "container__68284",
|
||||
"stopAnimations": "stop-animations",
|
||||
"subtext": "subtext_2HDqJ7",
|
||||
"subtext": "subtext__8f869",
|
||||
"themeCustomBackground": "custom-theme-background",
|
||||
"themeDark": "theme-dark",
|
||||
"themeLight": "theme-light",
|
||||
"themeUndefined": "theme-undefined",
|
||||
"userPopoutNote": "note_6O4w9y",
|
||||
"voiceDraggable": "draggable_1KoBzC"
|
||||
"userPopoutNote": "note_6O4w9y"
|
||||
},
|
||||
"ModalCarousel": {
|
||||
"carouselModal": "carouselModal_1eUFoq",
|
||||
|
@ -3458,7 +3457,6 @@
|
|||
"voicedetailsstatusconnecting": ["VoiceDetailsPing", "rtcConnectionStatusConnecting"],
|
||||
"voicedetailsstatuserror": ["VoiceDetailsPing", "rtcConnectionStatusError"],
|
||||
"voicedetailsstatuswithpopout": ["VoiceDetails", "statusWithPopout"],
|
||||
"voicedraggable": ["NotFound", "voiceDraggable"],
|
||||
"voiceflipped": ["VoiceChannel", "flipped"],
|
||||
"voiceicon": ["VoiceChannel", "icon"],
|
||||
"voiceicons": ["VoiceChannel", "icons"],
|
||||
|
|
|
@ -903,7 +903,7 @@ module.exports = (_ => {
|
|||
this.settings.general.showTimestamp && BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, {
|
||||
className: BDFDB.disCN.margintop4,
|
||||
size: BDFDB.LibraryComponents.TextElement.Sizes.SIZE_12,
|
||||
color: BDFDB.LibraryComponents.TextElement.Colors.Muted,
|
||||
color: BDFDB.LibraryComponents.TextElement.Colors.MUTED,
|
||||
children: BDFDB.LibraryComponents.DateInput.format(this.settings.dates.logDate, timestamp)
|
||||
})
|
||||
]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @name SpotifyControls
|
||||
* @author DevilBro
|
||||
* @authorId 278543574059057154
|
||||
* @version 1.3.7
|
||||
* @version 1.3.8
|
||||
* @description Adds a Control Panel while listening to Spotify on a connected Account
|
||||
* @invite Jx3TjNS
|
||||
* @donate https://www.paypal.me/MircoWittrien
|
||||
|
@ -192,7 +192,7 @@ module.exports = (_ => {
|
|||
}),
|
||||
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, {
|
||||
className: BDFDB.disCNS.subtext + BDFDB.disCN._spotifycontrolsinterpret,
|
||||
color: BDFDB.LibraryComponents.TextElement.Colors.Custom,
|
||||
color: BDFDB.LibraryComponents.TextElement.Colors.CUSTOM,
|
||||
size: BDFDB.LibraryComponents.TextElement.Sizes.SIZE_12,
|
||||
children: BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextScroller, {
|
||||
children: _this.settings.general.addBy ? BDFDB.LanguageUtils.LanguageStringsFormat("USER_ACTIVITY_LISTENING_ARTISTS", lastSong.state) : lastSong.state
|
||||
|
|
Loading…
Reference in New Issue