This commit is contained in:
Mirco Wittrien 2021-06-09 16:08:56 +02:00
parent 69eba5697e
commit 153669308d
2 changed files with 2 additions and 10 deletions

View File

@ -2173,7 +2173,6 @@
"h5defaultmargin": ["Text", "defaultMarginh5"],
"headertitle": ["Text", "title"],
"headerwrapper": ["TextColor2", "wrapper"],
"height12": ["UserPopoutHeader", "height12"],
"highlight": ["NotFound", "highlight"],
"homebuttonicon": ["HomeIcon", "homeIcon"],
"homebuttonpill": ["HomeIcon", "pill"],

View File

@ -2,7 +2,7 @@
* @name SpotifyControls
* @author DevilBro
* @authorId 278543574059057154
* @version 1.1.6
* @version 1.1.7
* @description Adds a Control Panel while listening to Spotify on a connected Account
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,13 +17,8 @@ module.exports = (_ => {
"info": {
"name": "SpotifyControls",
"author": "DevilBro",
"version": "1.1.6",
"version": "1.1.7",
"description": "Adds a Control Panel while listening to Spotify on a connected Account"
},
"changeLog": {
"improved": {
"Activity Toggle": "Added Activity Status Toggle Button"
}
}
};
@ -430,12 +425,10 @@ module.exports = (_ => {
className: BDFDB.disCN._spotifycontrolsbartext,
children: [
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, {
className: BDFDB.disCN.height12,
size: BDFDB.LibraryComponents.TextElement.Sizes.SIZE_12,
children: this.formatTime(currentTime)
}),
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, {
className: BDFDB.disCN.height12,
size: BDFDB.LibraryComponents.TextElement.Sizes.SIZE_12,
children: this.formatTime(maxTime)
})