[M] Move setting descriptions to i18n

This commit is contained in:
Azalea
2024-04-02 00:16:34 -04:00
parent 6a475434ad
commit 7728b4b1ab
6 changed files with 20 additions and 21 deletions

View File

@@ -47,7 +47,7 @@ annotation class Doc(
@Target(AnnotationTarget.PROPERTY)
@Retention(AnnotationRetention.RUNTIME)
annotation class SettingField(val name: Str, val desc: Str)
annotation class SettingField
// Reflection
@Suppress("UNCHECKED_CAST")