From ac1abc749bf715863afe8d1d1c2159510ae167b5 Mon Sep 17 00:00:00 2001 From: Infi Date: Sun, 1 Oct 2023 18:23:04 +0200 Subject: [PATCH] docs: code-fence theme enum Signed-off-by: Infi --- app/src/main/java/chat/revolt/api/schemas/Settings.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/chat/revolt/api/schemas/Settings.kt b/app/src/main/java/chat/revolt/api/schemas/Settings.kt index c4af60ca..f7004a4a 100644 --- a/app/src/main/java/chat/revolt/api/schemas/Settings.kt +++ b/app/src/main/java/chat/revolt/api/schemas/Settings.kt @@ -11,7 +11,7 @@ data class OrderingSettings( data class AndroidSpecificSettings( /** * The theme to use for the app. - * Can be one of { None, Revolt, Light, M3Dynamic, Amoled } + * Can be one of `{ None, Revolt, Light, M3Dynamic, Amoled }` */ var theme: String? = null, ) \ No newline at end of file