diff options
author | Wyvest <wyvestbusiness@gmail.com> | 2024-01-08 09:56:05 -0500 |
---|---|---|
committer | Wyvest <wyvestbusiness@gmail.com> | 2024-01-08 09:56:05 -0500 |
commit | d07c4c297d70568bfa7c030b6567ef142e85bba4 (patch) | |
tree | d7004c7a5a375c52e91626bb5a6132a89a833af1 /apps/website/src/pages/projects/oneconfig/index.astro | |
parent | 651684e9c6c8509001f3757b51c8aefbadbd6613 (diff) | |
download | Nexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.tar.gz Nexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.tar.bz2 Nexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.zip |
modify some text
Diffstat (limited to 'apps/website/src/pages/projects/oneconfig/index.astro')
-rw-r--r-- | apps/website/src/pages/projects/oneconfig/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/projects/oneconfig/index.astro b/apps/website/src/pages/projects/oneconfig/index.astro index fcb1c7b..e8283f3 100644 --- a/apps/website/src/pages/projects/oneconfig/index.astro +++ b/apps/website/src/pages/projects/oneconfig/index.astro @@ -69,7 +69,7 @@ import { Code } from 'astro:components'; `public class MyConfig { @Switch( name = "Sub Switch", - type = OptionType.SWITCH + category = "General" ) public static boolean subSwitch = false; |