feat: add custom window title option (#3656)

This commit is contained in:
Franz DC
2025-07-28 22:16:47 +08:00
committed by GitHub
parent b3b3d45b96
commit 20d25ca953
4 changed files with 52 additions and 4 deletions

View File

@ -34,6 +34,7 @@ export interface DefaultConfig {
overrideUserAgent: boolean;
usePodcastParticipantAsArtist: boolean;
themes: string[];
customWindowTitle?: string;
};
'plugins': Record<string, unknown>;
}