mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
LastFM: Remove EnableGameActivity Setting
This commit is contained in:
parent
aa1cee3080
commit
45b9824b11
2 changed files with 0 additions and 20 deletions
|
@ -132,11 +132,6 @@ const settings = definePluginSettings({
|
|||
type: OptionType.BOOLEAN,
|
||||
default: false,
|
||||
},
|
||||
enableGameActivity: {
|
||||
description: "Enable game activity for last.fm",
|
||||
type: OptionType.BOOLEAN,
|
||||
default: false,
|
||||
},
|
||||
statusName: {
|
||||
description: "custom status text",
|
||||
type: OptionType.STRING,
|
||||
|
@ -306,11 +301,6 @@ export default definePlugin({
|
|||
}
|
||||
|
||||
const trackData = await this.fetchTrackData();
|
||||
if (settings.store.enableGameActivity && trackData) {
|
||||
ShowCurrentGame.updateSetting(true);
|
||||
} else if (settings.store.enableGameActivity) {
|
||||
ShowCurrentGame.updateSetting(false);
|
||||
}
|
||||
if (!trackData) return null;
|
||||
|
||||
const largeImage = this.getLargeImage(trackData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue