Skip to content

Commit df03860

Browse files
committed
Add server support info to UTClient
1 parent 7d4eb41 commit df03860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/xyz/bluspring/unitytranslate/commands/UnityTranslateClientCommands.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ object UnityTranslateClientCommands {
3131
Component.literal("- Current transcriber: ${UnityTranslate.config.client.transcriber}"),
3232
Component.literal("- Spoken language: ${UnityTranslate.config.client.language}"),
3333
Component.empty(),
34+
Component.literal("- Server supports UnityTranslate: ${UnityTranslateClient.connectedServerHasSupport}"),
3435
Component.literal("- Supports local translation server: ${LocalLibreTranslateInstance.canRunLibreTranslate()}"),
3536
Component.literal("- Is local translation server running: ${LocalLibreTranslateInstance.hasStarted}"),
3637
Component.literal("- Supports CUDA: ${TranslatorManager.supportsCuda}"),

0 commit comments

Comments
 (0)