0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 11:15:14 +00:00

disable settings for canary build

This commit is contained in:
Kenny 2022-06-15 10:15:26 -04:00 committed by GitHub
parent 02dd74188b
commit f70b852f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@ export default {
name: "General",
icon: "mdi-cog",
to: "/mods/general",
disabled: true,
},
{
name: "Theme",
@ -104,7 +105,8 @@ export default {
{
name: "Plugins",
icon: "mdi-puzzle",
to: "/mods/plugins"
to: "/mods/plugins",
disabled: true,
},
{
name: "Updates",