From efc08bdab7c72acc9cac0125c397b4b62061cab3 Mon Sep 17 00:00:00 2001 From: UUBulb <35923940+uubulb@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:59:31 +0800 Subject: [PATCH] fix: add custom theme key (#440) --- model/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/config.go b/model/config.go index 5dcc842d..bae904d4 100644 --- a/model/config.go +++ b/model/config.go @@ -23,6 +23,7 @@ var Themes = map[string]string{ "hotaru": "Hotaru", "angel-kanade": "AngelKanade", "server-status": "ServerStatus", + "custom": "Custom(local)", } var DashboardThemes = map[string]string{