From 153669308d63294f1de16b58a9a530e7a9bef81e Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 9 Jun 2021 16:08:56 +0200 Subject: [PATCH] stuff --- Library/_res/BDFDB.data.json | 1 - Plugins/SpotifyControls/SpotifyControls.plugin.js | 11 ++--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index c14cecea76..25c6979d9c 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -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"], diff --git a/Plugins/SpotifyControls/SpotifyControls.plugin.js b/Plugins/SpotifyControls/SpotifyControls.plugin.js index 7833d7ddd2..f16aabe29c 100644 --- a/Plugins/SpotifyControls/SpotifyControls.plugin.js +++ b/Plugins/SpotifyControls/SpotifyControls.plugin.js @@ -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) })