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

Commit

Permalink
disable settings for canary build
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque authored Jun 15, 2022
1 parent 02dd741 commit f70b852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NUXT/pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default {
name: "General",
icon: "mdi-cog",
to: "/mods/general",
disabled: true,
},
{
name: "Theme",
Expand All @@ -104,7 +105,8 @@ export default {
{
name: "Plugins",
icon: "mdi-puzzle",
to: "/mods/plugins"
to: "/mods/plugins",
disabled: true,
},
{
name: "Updates",
Expand Down

0 comments on commit f70b852

Please sign in to comment.