Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit f70b852

Browse files
authored
disable settings for canary build
1 parent 02dd741 commit f70b852

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NUXT/pages/settings.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default {
7979
name: "General",
8080
icon: "mdi-cog",
8181
to: "/mods/general",
82+
disabled: true,
8283
},
8384
{
8485
name: "Theme",
@@ -104,7 +105,8 @@ export default {
104105
{
105106
name: "Plugins",
106107
icon: "mdi-puzzle",
107-
to: "/mods/plugins"
108+
to: "/mods/plugins",
109+
disabled: true,
108110
},
109111
{
110112
name: "Updates",

0 commit comments

Comments
 (0)