renable sync settings

This commit is contained in:
SrGooglo 2023-05-28 01:31:31 +00:00
parent afbdab4939
commit 97a5bc449f

View File

@ -9,7 +9,7 @@ export default {
icon: "MdSync",
label: "Sync",
group: "advanced",
disabled: true,
//disabled: true,
ctxData: async () => {
const spotifyAccount = await SyncModel.spotifyCore.getData().catch((err) => {
return null