From b463e002949fdf82f58b38a761be0d1ab0655c9e Mon Sep 17 00:00:00 2001 From: Nensec Date: Mon, 6 May 2024 01:37:48 +0200 Subject: [PATCH] Added the ability for characters to override the client theme --- chat/SettingsView.vue | 23 ++++++++++++++++++++++- chat/common.ts | 2 ++ chat/interfaces.ts | 2 ++ electron/Index.vue | 6 +++--- 4 files changed, 29 insertions(+), 4 deletions(-) diff --git a/chat/SettingsView.vue b/chat/SettingsView.vue index c3c98d1..32915b6 100644 --- a/chat/SettingsView.vue +++ b/chat/SettingsView.vue @@ -219,6 +219,17 @@ Show high-quality portraits + +
+ +
@@ -334,6 +345,8 @@