Add option to show playing icon in Discord RPC (#1699)

* feat: add option to show playing/paused icon in Discord RPC
This commit is contained in:
York
2026-02-12 13:14:58 +08:00
committed by GitHub
parent 91e7c7434c
commit 9cde569c7d
4 changed files with 45 additions and 4 deletions
+2
View File
@@ -261,6 +261,7 @@ const DiscordSettingsSchema = z.object({
showAsListening: z.boolean(),
showPaused: z.boolean(),
showServerImage: z.boolean(),
showStateIcon: z.boolean(),
});
const FontSettingsSchema = z.object({
@@ -986,6 +987,7 @@ const initialState: SettingsState = {
showAsListening: false,
showPaused: true,
showServerImage: false,
showStateIcon: true,
},
font: {
builtIn: 'Inter',