Merge branch 'master' of https://github.com/mwittrien/BetterDiscordAddons
This commit is contained in:
commit
053f8d20ef
|
@ -903,7 +903,7 @@ module.exports = (_ => {
|
||||||
this.settings.general.showTimestamp && BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, {
|
this.settings.general.showTimestamp && BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, {
|
||||||
className: BDFDB.disCN.margintop4,
|
className: BDFDB.disCN.margintop4,
|
||||||
size: BDFDB.LibraryComponents.TextElement.Sizes.SIZE_12,
|
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)
|
children: BDFDB.LibraryComponents.DateInput.format(this.settings.dates.logDate, timestamp)
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @name SpotifyControls
|
* @name SpotifyControls
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 1.3.6
|
* @version 1.3.7
|
||||||
* @description Adds a Control Panel while listening to Spotify on a connected Account
|
* @description Adds a Control Panel while listening to Spotify on a connected Account
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -192,7 +192,7 @@ module.exports = (_ => {
|
||||||
}),
|
}),
|
||||||
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, {
|
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, {
|
||||||
className: BDFDB.disCNS.subtext + BDFDB.disCN._spotifycontrolsinterpret,
|
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,
|
size: BDFDB.LibraryComponents.TextElement.Sizes.SIZE_12,
|
||||||
children: BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextScroller, {
|
children: BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextScroller, {
|
||||||
children: _this.settings.general.addBy ? BDFDB.LanguageUtils.LanguageStringsFormat("USER_ACTIVITY_LISTENING_ARTISTS", lastSong.state) : lastSong.state
|
children: _this.settings.general.addBy ? BDFDB.LanguageUtils.LanguageStringsFormat("USER_ACTIVITY_LISTENING_ARTISTS", lastSong.state) : lastSong.state
|
||||||
|
|
Loading…
Reference in New Issue