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:
parent
02dd74188b
commit
f70b852f1f
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue